svn commit: trunk/uClibc/extra/config/lxdialog
vapier at uclibc.org
vapier at uclibc.org
Thu May 24 04:37:21 UTC 2007
Author: vapier
Date: 2007-05-23 21:37:20 -0700 (Wed, 23 May 2007)
New Revision: 18678
Log:
use POSIX -eq rather than bash == #1360
Modified:
trunk/uClibc/extra/config/lxdialog/check-lxdialog.sh
Changeset:
Modified: trunk/uClibc/extra/config/lxdialog/check-lxdialog.sh
===================================================================
--- trunk/uClibc/extra/config/lxdialog/check-lxdialog.sh 2007-05-24 03:00:08 UTC (rev 18677)
+++ trunk/uClibc/extra/config/lxdialog/check-lxdialog.sh 2007-05-24 04:37:20 UTC (rev 18678)
@@ -57,7 +57,7 @@
printf "Usage: $0 [-check compiler options|-header|-library]\n"
}
-if [ $# == 0 ]; then
+if [ $# -eq 0 ]; then
usage
exit 1
fi
More information about the uClibc-cvs
mailing list