repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git]
/
9base-hg
/
9
blob
de6a2d070eac319e53a31c83fcd9fd57d7ba3358
1
#!/bin/sh
2
3
PLAN9
=
${PLAN9:-/opt/plan9}
4
export
PLAN9
5
6
case
"
$PATH
"
in
7
$PLAN9
/
bin
:*) ;;
8
*)
export
PATH
=
$PLAN9
/
bin
:
$PATH
;;
9
esac
10
11
if
[
$#
-gt
0
];
then
12
exec
"$@"
13
fi