[Lunar-commits] CVS: theedge/sbin lrm,1.32,1.33

Auke Kok sofar at lunar-linux.org
Sun Dec 19 12:10:21 UTC 2004


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

Modified Files:
	lrm 
Log Message:
Adding quotes fixes #634


Index: lrm
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lrm,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- lrm	14 Dec 2004 15:38:58 -0000	1.32
+++ lrm	19 Dec 2004 12:10:19 -0000	1.33
@@ -167,8 +167,8 @@
         if [ -d "$TARGET" ] ; then
           echo "$TARGET" >> $TMP_DIRS
         else
-          handle_config_files $TARGET &&
-          remove_something $TARGET
+          handle_config_files "$TARGET" &&
+          remove_something "$TARGET"
         fi
       fi
     done



More information about the Lunar-commits mailing list