Ignore:
Timestamp:
06/12/2008 00:14:41 (3 years ago)
Author:
chris
Message:

More backslashes, I said, MORE BACKSLASHES!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/makebuildenv.pl.in

    r2403 r2404  
    406406kill_process() 
    407407{ 
    408         test -r testfiles/$1.pid \ 
    409         && /bin/kill -0 -f `cat testfiles/$1.pid` \ 
     408        test -r testfiles/$1.pid \\ 
     409        && /bin/kill -0 -f `cat testfiles/$1.pid` \\ 
    410410        && /bin/kill    -f `cat testfiles/$1.pid` 
    411411} 
     
    417417kill_process() 
    418418{ 
    419         test -r testfiles/$1.pid \ 
    420         && kill -0 `cat testfiles/$1.pid` \ 
     419        test -r testfiles/$1.pid \\ 
     420        && kill -0 `cat testfiles/$1.pid` \\ 
    421421        && kill    `cat testfiles/$1.pid` 
    422422} 
Note: See TracChangeset for help on using the changeset viewer.