diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/add_udpmsg4_chat | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/add_udpmsg4_chat b/scripts/add_udpmsg4_chat index 594e20f..5f171ff 100755 --- a/scripts/add_udpmsg4_chat +++ b/scripts/add_udpmsg4_chat @@ -1,5 +1,5 @@  #!/bin/sh -if [ -z $5 ]; then +if [ -z "$5" ]; then   echo "Usage: $0 <chat> <owner> <pubkey> <seckey> <topic>" >&2; exit 255  fi  chat="$1" | 
