diff options
Diffstat (limited to 'psshd')
-rwxr-xr-x | psshd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ done shift $((OPTIND-1)) # If no port, give up with usage instructions -if ! [[ "$port" ]]; then +if ! [[ $port ]]; then printf 'USAGE: %s -p <port number> -- <ssh arguments>\n' "$self" exit 1 fi |