aboutsummaryrefslogtreecommitdiff
path: root/bin/start
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-11 17:49:03 +0000
committerrsc <devnull@localhost>2005-01-11 17:49:03 +0000
commit2c500adda28bdf7187de272a50fc1f37fe467160 (patch)
tree9da3b42fa5431d7b504d6eb5a440ec5399a37ab3 /bin/start
parentb8f742db850ffc99333a97ab54fc820c6de0fd98 (diff)
downloadplan9port-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-xbin/start2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/start b/bin/start
index 147f387b..e45a9fa5 100755
--- a/bin/start
+++ b/bin/start
@@ -1,3 +1,3 @@
#!/bin/sh
-exec /usr/local/plan9/bin/kill -CONT "$@"
+exec $PLAN9/bin/kill -CONT "$@"