mirror of
https://github.com/placeholder-soft/asdf-sui.git
synced 2026-01-12 07:04:08 +08:00
fix: ARCH_OVERWRITE null
This commit is contained in:
@@ -43,7 +43,7 @@ os_name() {
|
|||||||
|
|
||||||
# arm64, x86_64
|
# arm64, x86_64
|
||||||
arch_name() {
|
arch_name() {
|
||||||
if [ -n "$ARCH_OVERWRITE:-" ]; then
|
if [ -n "${ARCH_OVERWRITE:-}" ]; then
|
||||||
echo "$ARCH_OVERWRITE"
|
echo "$ARCH_OVERWRITE"
|
||||||
else
|
else
|
||||||
case "$(uname -m)" in
|
case "$(uname -m)" in
|
||||||
|
|||||||
Reference in New Issue
Block a user