From: florian Date: Thu, 21 Sep 2006 13:59:20 +0000 (+0000) Subject: Standardize shell script, closes #788 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=8d6d188205513b9472134f56f4da35b5f04e4c6f;p=10.03%2Fopenwrt.git Standardize shell script, closes #788 git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4807 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/config/lxdialog/check-lxdialog.sh b/scripts/config/lxdialog/check-lxdialog.sh index 120d624e6..df81c4455 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