diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-09-21 13:59:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-09-21 13:59:20 +0000 |
commit | bf985f988166074262e2553ae3220106a0753ac0 (patch) | |
tree | 2bc4027b0e8c635a691947d5af040118cc5ac2b3 /scripts/config/lxdialog/check-lxdialog.sh | |
parent | d0b3e48f4653bbade5029bf1b529724426cec06b (diff) | |
download | master-187ad058-bf985f988166074262e2553ae3220106a0753ac0.tar.gz master-187ad058-bf985f988166074262e2553ae3220106a0753ac0.tar.bz2 master-187ad058-bf985f988166074262e2553ae3220106a0753ac0.zip |
Standardize shell script, closes #788
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4807 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/config/lxdialog/check-lxdialog.sh')
-rw-r--r-- | scripts/config/lxdialog/check-lxdialog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/lxdialog/check-lxdialog.sh b/scripts/config/lxdialog/check-lxdialog.sh index 120d624e67..df81c44558 100644 --- a/scripts/config/lxdialog/check-lxdialog.sh +++ b/scripts/config/lxdialog/check-lxdialog.sh @@ -57,7 +57,7 @@ usage() { printf "Usage: $0 [-check compiler options|-header|-library]\n" } -if [ $# == 0 ]; then +if [ $# -eq 0 ]; then usage exit 1 fi |