aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts/rmport
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/scripts/rmport')
-rwxr-xr-xTools/scripts/rmport2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/rmport b/Tools/scripts/rmport
index 487fc8c86b14..7c9fc7907962 100755
--- a/Tools/scripts/rmport
+++ b/Tools/scripts/rmport
@@ -252,7 +252,7 @@ usage()
# main
-if [ ${#} -eq 0 -o ${1} = "-h" -o ${1} = "--help" ] ; then
+if [ ${#} -eq 0 -o "${1}" = "-h" -o "${1}" = "--help" ] ; then
usage
fi