svn commit: branches/uClibc_0_9_29/extra/config/lxdialog

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 17:19:59 UTC 2008


Author: vapier
Date: 2008-01-05 09:19:58 -0800 (Sat, 05 Jan 2008)
New Revision: 20738

Log:
Merge r18678 by vapier from trunk:
use POSIX -eq rather than bash == #1360


Modified:
   branches/uClibc_0_9_29/extra/config/lxdialog/check-lxdialog.sh


Changeset:
Modified: branches/uClibc_0_9_29/extra/config/lxdialog/check-lxdialog.sh
===================================================================
--- branches/uClibc_0_9_29/extra/config/lxdialog/check-lxdialog.sh	2008-01-05 17:15:44 UTC (rev 20737)
+++ branches/uClibc_0_9_29/extra/config/lxdialog/check-lxdialog.sh	2008-01-05 17:19:58 UTC (rev 20738)
@@ -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