aboutsummarylogtreecommitdiffstats
path: root/kuttle
diff options
context:
space:
mode:
Diffstat (limited to 'kuttle')
-rwxr-xr-xkuttle2
1 files changed, 1 insertions, 1 deletions
diff --git a/kuttle b/kuttle
index a64bfc3174c6..87cd27e99d26 100755
--- a/kuttle
+++ b/kuttle
@@ -1,7 +1,7 @@
#!/bin/sh
# Kuttle wrapper by kayrus (https://github.com/kayrus/kuttle)
-if [ $1 == '-p' ]; then
+if [ "$1" = "-p" ]; then
# https://github.com/sshuttle/sshuttle/pull/401 introduced new port param and
# quotes the complete command '/bin/sh -c pyscript', effectivly changing the
# argument position and interpretation