[Lunar-commits] CVS: theedge/var/lib/lunar/functions misc.lunar, 1.8, 1.9

Auke Kok sofar at lunar-linux.org
Fri Apr 15 07:27:28 UTC 2005


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/home/sofar/active/theedge/var/lib/lunar/functions

Modified Files:
	misc.lunar 
Log Message:
prevent expansion of wildcards. closes #795


Index: misc.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/misc.lunar,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- misc.lunar	18 Mar 2005 11:01:31 -0000	1.8
+++ misc.lunar	15 Apr 2005 07:27:25 -0000	1.9
@@ -83,7 +83,7 @@
   debug_msg "exists ($@)"
   while read ITEM ; do
     if [ -e "$ITEM" ] ; then
-      echo $ITEM
+      echo "$ITEM"
     fi
   done
 }



More information about the Lunar-commits mailing list