From f1b6123f229026ae11f6f01a4c293253d58cfb4b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 6 Dec 2008 00:14:41 +0000 Subject: More backslashes, I said, MORE BACKSLASHES! --- infrastructure/makebuildenv.pl.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'infrastructure/makebuildenv.pl.in') diff --git a/infrastructure/makebuildenv.pl.in b/infrastructure/makebuildenv.pl.in index 52ae9328..edd96063 100755 --- a/infrastructure/makebuildenv.pl.in +++ b/infrastructure/makebuildenv.pl.in @@ -405,8 +405,8 @@ for my $mod (@implicit_deps, @modules) print TESTFILE <<__E; kill_process() { - test -r testfiles/$1.pid \ - && /bin/kill -0 -f `cat testfiles/$1.pid` \ + test -r testfiles/$1.pid \\ + && /bin/kill -0 -f `cat testfiles/$1.pid` \\ && /bin/kill -f `cat testfiles/$1.pid` } __E @@ -416,8 +416,8 @@ __E print TESTFILE <<__E; kill_process() { - test -r testfiles/$1.pid \ - && kill -0 `cat testfiles/$1.pid` \ + test -r testfiles/$1.pid \\ + && kill -0 `cat testfiles/$1.pid` \\ && kill `cat testfiles/$1.pid` } __E -- cgit v1.2.3