summaryrefslogtreecommitdiffstats
path: root/tools/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install.sh')
-rw-r--r--tools/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh
index c28bd89..e39f6ce 100644
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -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
OpenPOWER on IntegriCloud