aboutsummaryrefslogtreecommitdiff
path: root/psshd
diff options
context:
space:
mode:
Diffstat (limited to 'psshd')
-rwxr-xr-xpsshd2
1 files changed, 1 insertions, 1 deletions
diff --git a/psshd b/psshd
index 8b4f042..d2e0337 100755
--- a/psshd
+++ b/psshd
@@ -45,7 +45,7 @@ while getopts ':p:' opt; do
;;
esac
done
-shift "$((OPTIND-1))"
+shift $((OPTIND-1))
# If no port, give up with usage instructions
if ! [[ "$port" ]]; then