[Lunar-commits] r21939 - moonbase/trunk/utils/coreutils

Terry Chan tchan at lunar-linux.org
Thu Oct 26 06:27:24 CEST 2006


Author: tchan
Date: 2006-10-26 06:27:24 +0200 (Thu, 26 Oct 2006)
New Revision: 21939

Modified:
   moonbase/trunk/utils/coreutils/BUILD
Log:
Fixed the test for enable/disable nls.


Modified: moonbase/trunk/utils/coreutils/BUILD
===================================================================
--- moonbase/trunk/utils/coreutils/BUILD	2006-10-26 03:26:15 UTC (rev 21938)
+++ moonbase/trunk/utils/coreutils/BUILD	2006-10-26 04:27:24 UTC (rev 21939)
@@ -5,7 +5,7 @@
   # We really want this
   OPTS="$OPTS --enable-largefile"
   
-  if [ ! -z $WITH_NLS ]; then
+  if [ "$WITH_NLS" == "y" ]; then
     OPTS="$OPTS --enable-nls"
   else
     OPTS="$OPTS --disable-nls"



More information about the Lunar-commits mailing list