From 3b8ad3c19cd5f3f92b8bf68e0a198f23e8ad38f0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Sep 2013 17:05:07 +1200 Subject: No need to quote arithmetic context --- psshd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3