index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2013-08-16 02:18:29 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-04-02 03:14:21 -0400 |
commit | 285084879f195c7dab75dc8ddb9c4895ab98f9ec (patch) | |
tree | 1e03536795be58879ae0af8964b55545c51b184b /archco.in | |
parent | 65df23f2c8176a526cd1702b2e2a4d5a7b17c720 (diff) |
-rw-r--r-- | archco.in | 2 |
@@ -6,7 +6,7 @@ m4_include(lib/common.sh) scriptname=${0##*/} if [[ -z $1 ]]; then - echo 'Usage: '$scriptname' <package name>...' + printf 'Usage: %s <package name>...\n' "$scriptname" exit 1 fi |