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 | ac4b0b4122d0f4bba6ee6df6f2f9773e2d6d6179 (patch) | |
tree | a3a6daa47f446c377421d0424dd14c33e1aad73b /openwrt | |
parent | 1fb6cc0479bdbbee7342f72ccd1c89506f7c9c4c (diff) | |
download | mtk-20170518-ac4b0b4122d0f4bba6ee6df6f2f9773e2d6d6179.zip mtk-20170518-ac4b0b4122d0f4bba6ee6df6f2f9773e2d6d6179.tar.gz mtk-20170518-ac4b0b4122d0f4bba6ee6df6f2f9773e2d6d6179.tar.bz2 |
Standardize shell script, closes #788
SVN-Revision: 4807
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/scripts/config/lxdialog/check-lxdialog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/scripts/config/lxdialog/check-lxdialog.sh b/openwrt/scripts/config/lxdialog/check-lxdialog.sh index 120d624..df81c44 100644 --- a/openwrt/scripts/config/lxdialog/check-lxdialog.sh +++ b/openwrt/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 |