remove references to hardcoded /usr/local/plan9 where possible

This commit is contained in:
rsc 2005-01-11 17:49:03 +00:00
parent b8f742db85
commit 2c500adda2
11 changed files with 45 additions and 27 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
exec /usr/local/plan9/bin/kill -CONT "$@"
exec $PLAN9/bin/kill -CONT "$@"