summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-09-21 13:59:20 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-09-21 13:59:20 +0000
commitac4b0b4122d0f4bba6ee6df6f2f9773e2d6d6179 (patch)
treea3a6daa47f446c377421d0424dd14c33e1aad73b /openwrt
parent1fb6cc0479bdbbee7342f72ccd1c89506f7c9c4c (diff)
downloadmtk-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.sh2
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