mirror of
https://github.com/fluencelabs/musl
synced 2025-07-30 22:01:57 +00:00
fix mv usage in install.sh to avoid bogus interactive prompting
This commit is contained in:
@@ -53,7 +53,7 @@ else
|
||||
cat < "$1" > "$tmp"
|
||||
fi
|
||||
|
||||
mv "$tmp" "$2"
|
||||
mv -f "$tmp" "$2"
|
||||
test -d "$2" && {
|
||||
rm -f "$2/$tmp"
|
||||
printf "%s: %s is a directory\n" "$0" "$dst" 1>&2
|
||||
|
Reference in New Issue
Block a user