[Lunar-commits] r23576 - lunar/trunk/etc/lunar

Auke Kok sofar at lunar-linux.org
Sat Mar 10 01:17:04 CET 2007


Author: sofar
Date: 2007-03-10 01:17:04 +0100 (Sat, 10 Mar 2007)
New Revision: 23576

Modified:
   lunar/trunk/etc/lunar/config
Log:
Fix IFS, add MIRROR_URL (what happened to that???)


Modified: lunar/trunk/etc/lunar/config
===================================================================
--- lunar/trunk/etc/lunar/config	2007-03-09 21:48:14 UTC (rev 23575)
+++ lunar/trunk/etc/lunar/config	2007-03-10 00:17:04 UTC (rev 23576)
@@ -80,9 +80,10 @@
 
       MOONBASE_URL[0]=http://lunar-linux.org/lunar/
       MOONBASE_URL[1]=http://download.lunar-linux.org/lunar/
-	 
+
             PATCH_URL=http://download.lunar-linux.org/lunar/patches/
-	    
+           MIRROR_URL=http://download.lunar-linux.org/lunar/mirrors/
+
               TRACKED="/bin /boot /etc /lib /sbin /usr /var /opt/lunar"
 
                TMPDIR=${TMPDIR:-/tmp}
@@ -111,14 +112,10 @@
         MESSAGE_COLOR="${CYAN}"
         DEFAULT_COLOR="${DEFAULT}"
 
-        TAB_ENTER_IFS="	
-"
-        ENTER_IFS="
-"
-	STANDARD_IFS=" 	
-"
+        TAB_ENTER_IFS=$'\t\n'
+        ENTER_IFS=$'\n'
+        STANDARD_IFS=$' \t\n'
 
-
 for FUNCTION in $FUNCTIONS/*.lunar ; do
   . $FUNCTION
 done



More information about the Lunar-commits mailing list