Changeset 2404 for box/trunk/infrastructure
- Timestamp:
- 06/12/2008 00:14:41 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/makebuildenv.pl.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/makebuildenv.pl.in
r2403 r2404 406 406 kill_process() 407 407 { 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` \\ 410 410 && /bin/kill -f `cat testfiles/$1.pid` 411 411 } … … 417 417 kill_process() 418 418 { 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` \\ 421 421 && kill `cat testfiles/$1.pid` 422 422 }
Note: See TracChangeset
for help on using the changeset viewer.
