updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / 9base-hg / 9
blobde6a2d070eac319e53a31c83fcd9fd57d7ba3358
1 #!/bin/sh
3 PLAN9=${PLAN9:-/opt/plan9}
4 export PLAN9
6 case "$PATH" in
7 $PLAN9/bin:*) ;;
8 *) export PATH=$PLAN9/bin:$PATH ;;
9 esac
11 if [ $# -gt 0 ]; then
12 exec "$@"