[Lunar-commits] CVS: moonbase/compilers/gcc CONFIGURE,1.4,1.5

Auke Kok sofar at lunar-linux.org
Mon Dec 13 14:55:33 UTC 2004


Update of /var/cvs/lunar/moonbase/compilers/gcc
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/compilers/gcc

Modified Files:
	CONFIGURE 
Log Message:
typo fix... weird

Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/gcc/CONFIGURE,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CONFIGURE	8 Nov 2004 13:28:16 -0000	1.4
+++ CONFIGURE	13 Dec 2004 14:55:30 -0000	1.5
@@ -19,13 +19,13 @@
                    "${OPTIONS[@]}"`
 
     LANGUAGES="c++,$(echo $RESULT | sed 's/ /,/g')"
-    set_module_config LANGUAGES "$LANGUAGES\""
+    set_module_config LANGUAGES "$LANGUAGES"
 
   else
 
     LANGUAGES=$(get_module_config LANGUAGES)
     [ -z "$LANGUAGES" ]  && LANGUAGES=${LANGUAGES:=c++}
-    set_module_config LANGUAGES "$LANGUAGES\""
+    set_module_config LANGUAGES "$LANGUAGES"
 
   fi
 



More information about the Lunar-commits mailing list