From 2c500adda28bdf7187de272a50fc1f37fe467160 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 11 Jan 2005 17:49:03 +0000 Subject: remove references to hardcoded /usr/local/plan9 where possible --- bin/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/start') 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 "$@" -- cgit v1.2.3