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 d2e0337..c963d4c 100755
--- a/psshd
+++ b/psshd
@@ -31,7 +31,7 @@ done
# Get port in options
while getopts ':p:' opt; do
- case "$opt" in
+ case $opt in
p)
port="$OPTARG"
;;