Use -n to ln(1) which is compatible with GNU ln(1).
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
ee4d679462
commit
47e0769b9e
@ -63,7 +63,7 @@ fi
|
||||
# the remaining arguments are assumed to be files/dirs only.
|
||||
if [ -n "${linkmode}" ]; then
|
||||
if [ "${linkmode}" = "symbolic" ]; then
|
||||
ln -fsh "$@"
|
||||
ln -fsn "$@"
|
||||
else
|
||||
ln -f "$@"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user