diff options
Diffstat (limited to 'archrm.in')
-rw-r--r-- | archrm.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ m4_include(lib/common.sh) -if [ "$1" = '' ]; then +if [[ -z $1 ]]; then echo 'Usage: archrm <path to checkout>' exit 1 fi |