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
- Previous message: CVS: theedge/var/lib/lunar/compilers c++, 1.3, 1.4 cc, 1.5, 1.6 g++,
1.3, 1.4 gcc, 1.4, 1.5
- Next message: CVS: lunar/var/lib/lunar/compilers c++, 1.2, 1.3 cc, 1.2, 1.3 g++,
1.2, 1.3 gcc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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() {
- Previous message: CVS: theedge/var/lib/lunar/compilers c++, 1.3, 1.4 cc, 1.5, 1.6 g++,
1.3, 1.4 gcc, 1.4, 1.5
- Next message: CVS: lunar/var/lib/lunar/compilers c++, 1.2, 1.3 cc, 1.2, 1.3 g++,
1.2, 1.3 gcc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list