[Lunar-commits] <lunar> Bad typo fix.

Auke Kok sofar at lunar-linux.org
Mon Jul 2 04:43:05 CEST 2012


commit e0ac199bd8c5b3c38cc9d787766838bb091f4aa6
Author: Auke Kok <sofar at lunar-linux.org>
Date:   Mon Jun 6 14:03:18 2005 +0000

    Bad typo fix.
---
 bin/lvu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/lvu b/bin/lvu
index a2f79d2..c773b80 100755
--- a/bin/lvu
+++ b/bin/lvu
@@ -841,7 +841,7 @@ submit_module() {
 
 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