Parcourir la source

use POSIX -eq rather than bash == #1360

Mike Frysinger il y a 18 ans
Parent
commit
3cf0739274
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"
 }
 
-if [ $# == 0 ]; then
+if [ $# -eq 0 ]; then
 	usage
 	exit 1
 fi