From 4e4e4a57a4b8e099330313ad5869c002dd7240ca Mon Sep 17 00:00:00 2001 From: thib Date: Wed, 17 May 2000 19:19:30 +0000 Subject: [PATCH] bug fix --- script/boot-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/boot-install b/script/boot-install index 6ac03fc..f78b4f0 100755 --- a/script/boot-install +++ b/script/boot-install @@ -2,7 +2,7 @@ # Install fcron under SysV system. # -# $Id: boot-install,v 1.3 2000-05-15 19:54:07 thib Exp $ +# $Id: boot-install,v 1.4 2000-05-17 19:19:30 thib Exp $ # take two arguments : first is the compilation line arguments, in order # to determine if fcron should be installed with debugs options, @@ -22,7 +22,7 @@ if test -f /etc/rc.d/rc.M; then echo "fcron -b" >> /etc/rc.d/rc.local else - if echo $1 | grep "-DDEBUG"; then + if echo $1 | grep -e '-DDEBUG'; then $2 -m 755 -o root script/sysVinit-launcher-debug /etc/rc.d/init.d/fcron else $2 -m 755 -o root script/sysVinit-launcher /etc/rc.d/init.d/fcron -- 2.40.0