aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh
index db3ee35d8acb..c28bd89ef50e 100644
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -62,7 +62,7 @@ fi
# the remaining arguments are assumed to be files/dirs only.
if [ -n "${linkmode}" ]; then
- if [ "${linkmode}" == "symbolic" ]; then
+ if [ "${linkmode}" = "symbolic" ]; then
ln -fsh "$@"
else
ln -f "$@"