CVS: theedge/var/lib/lunar/functions postbuild.lunar,1.9,1.10

elaine at lunar-linux.org elaine at lunar-linux.org
Sat Aug 16 19:54:08 GMT 2003


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8463

Modified Files:
	postbuild.lunar 
Log Message:
$IFS setting was causing variables to be improperly set for 'grep'


Index: postbuild.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/postbuild.lunar,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- postbuild.lunar	14 Aug 2003 21:27:53 -0000	1.9
+++ postbuild.lunar	16 Aug 2003 19:54:06 -0000	1.10
@@ -64,7 +64,8 @@
 }
 
 
-install_xinetd_confs()  {
+install_xinetd_confs()  { (
+  unset IFS
   debug_msg "install_xinetd_confs ($@)"
   if  [  -d  "$SCRIPT_DIRECTORY/xinetd.d"  ];  then
     cd       "$SCRIPT_DIRECTORY/xinetd.d"
@@ -88,7 +89,7 @@
       invoke_installwatch
     fi
   fi
-}
+) }
 
 
 use_xinetd()  {




More information about the Lunar-commits mailing list