diff options
Diffstat (limited to 'archco.in')
-rw-r--r-- | archco.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ m4_include(lib/common.sh) scriptname=${0##*/} -if [ "$1" = '' ]; then +if [[ -z $1 ]]; then echo 'Usage: '$scriptname' <package name>...' exit 1 fi |