Standardize shell script, closes #788
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Sep 2006 13:59:20 +0000 (13:59 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Sep 2006 13:59:20 +0000 (13:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4807 3c298f89-4303-0410-b956-a3cf2f4a3e73

scripts/config/lxdialog/check-lxdialog.sh

index 120d624e672c5740faf2aa744aa7785c5edbecab..df81c445586a12ac9f6e8b6a451d240e0c4fa54e 100644 (file)
@@ -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