remove references to hardcoded /usr/local/plan9 where possible
This commit is contained in:
parent
b8f742db85
commit
2c500adda2
11 changed files with 45 additions and 27 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec /usr/local/plan9/bin/kill -CONT "$@"
|
||||
exec $PLAN9/bin/kill -CONT "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue