[Lunar-commits] r15271 - in lunar: branches/stable/bin trunk/bin

Auke Kok sofar at lunar-linux.org
Mon Jun 6 14:03:19 UTC 2005


Author: sofar
Date: 2005-06-06 14:03:18 +0000 (Mon, 06 Jun 2005)
New Revision: 15271

Modified:
   lunar/branches/stable/bin/lvu
   lunar/trunk/bin/lvu
Log:
Bad typo fix.


Modified: lunar/branches/stable/bin/lvu
===================================================================
--- lunar/branches/stable/bin/lvu	2005-06-06 13:21:27 UTC (rev 15270)
+++ lunar/branches/stable/bin/lvu	2005-06-06 14:03:18 UTC (rev 15271)
@@ -841,7 +841,7 @@
 
 edit_module()
 {
-	if [ "ZLOCAL_OVERRIDES" != "on" ]; then
+	if [ "$ZLOCAL_OVERRIDES" != "on" ]; then
 		message "Cannot edit modules when ZLOCAL_OVERRIDES == off"
 		message "Do this: \`lunar set ZLOCAL_OVERRIDES on\`"
 	else

Modified: lunar/trunk/bin/lvu
===================================================================
--- lunar/trunk/bin/lvu	2005-06-06 13:21:27 UTC (rev 15270)
+++ lunar/trunk/bin/lvu	2005-06-06 14:03:18 UTC (rev 15271)
@@ -841,7 +841,7 @@
 
 edit_module()
 {
-	if [ "ZLOCAL_OVERRIDES" != "on" ]; then
+	if [ "$ZLOCAL_OVERRIDES" != "on" ]; then
 		message "Cannot edit modules when ZLOCAL_OVERRIDES == off"
 		message "Do this: \`lunar set ZLOCAL_OVERRIDES on\`"
 	else



More information about the Lunar-commits mailing list