Browse Source

use POSIX -eq rather than bash == #1360

Mike Frysinger 18 years ago
parent
commit
3cf0739274
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/config/lxdialog/check-lxdialog.sh

+ 1 - 1
extra/config/lxdialog/check-lxdialog.sh

@@ -57,7 +57,7 @@ usage() {
 	printf "Usage: $0 [-check compiler options|-header|-library]\n"
 	printf "Usage: $0 [-check compiler options|-header|-library]\n"
 }
 }
 
 
-if [ $# == 0 ]; then
+if [ $# -eq 0 ]; then
 	usage
 	usage
 	exit 1
 	exit 1
 fi
 fi