mirror of
https://github.com/placeholder-soft/asdf-sui.git
synced 2026-01-12 07:04:08 +08:00
fix: syntax error
This commit is contained in:
@@ -24,8 +24,6 @@ arch="$(arch_name)"
|
|||||||
try_mv() {
|
try_mv() {
|
||||||
if [ -f "$1" ]; then
|
if [ -f "$1" ]; then
|
||||||
mv "$1" "$2"
|
mv "$1" "$2"
|
||||||
else
|
|
||||||
# echo "File $1 does not exist"
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user