diff options
author | rsc <devnull@localhost> | 2005-01-11 17:49:03 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-11 17:49:03 +0000 |
commit | 2c500adda28bdf7187de272a50fc1f37fe467160 (patch) | |
tree | 9da3b42fa5431d7b504d6eb5a440ec5399a37ab3 /bin/start | |
parent | b8f742db850ffc99333a97ab54fc820c6de0fd98 (diff) | |
download | plan9port-2c500adda28bdf7187de272a50fc1f37fe467160.tar.gz plan9port-2c500adda28bdf7187de272a50fc1f37fe467160.tar.bz2 plan9port-2c500adda28bdf7187de272a50fc1f37fe467160.zip |
remove references to hardcoded /usr/local/plan9 where possible
Diffstat (limited to 'bin/start')
-rwxr-xr-x | bin/start | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -exec /usr/local/plan9/bin/kill -CONT "$@" +exec $PLAN9/bin/kill -CONT "$@" |