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/stop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/stop') diff --git a/bin/stop b/bin/stop index cbafb9da..b54a1bd5 100755 --- a/bin/stop +++ b/bin/stop @@ -1,3 +1,3 @@ #!/bin/sh -exec /usr/local/plan9/bin/kill -STOP "$@" +exec $PLAN9/bin/kill -STOP "$@" -- cgit v1.2.3