From 0dc9950215f761f20a7c45e20ac14ce5e0a4ae10 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 18:21:12 +0000 Subject: stupid sun --- bin/9 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin/9') diff --git a/bin/9 b/bin/9 index 33b0d89c..04a942af 100755 --- a/bin/9 +++ b/bin/9 @@ -1,11 +1,14 @@ #!/bin/sh -export PLAN9=${PLAN9:-/usr/local/plan9} +PLAN9=${PLAN9:-/usr/local/plan9} +export PLAN9 + case "$PATH" in $PLAN9/bin:*) ;; *) - export PATH=$PLAN9/bin:$PATH + PATH=$PLAN9/bin:$PATH + export PATH ;; esac -- cgit v1.2.3