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