aboutsummarylogtreecommitdiffstats
path: root/kuttle
diff options
context:
space:
mode:
authorGerman Lashevich2022-10-23 19:47:38 +0200
committerGerman Lashevich2022-10-23 19:47:38 +0200
commit99ada83f083e4102db1ef62bbe489a31ab8ba753 (patch)
treee20da63aa525810152202c7558c074e9127a4193 /kuttle
parentc9cfbbc43058919c2c52633bf1dffc5ac3c5844f (diff)
downloadaur-kuttle.tar.gz
Update kuttle
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