Tighten default path setting, this forces us to make references to /usr/bin/ programs explicit, which should help become more portable... it also messes up awk until we can get it into p9p
This commit is contained in:
parent
511fcd2416
commit
4f75a5b3b6
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
||||||
# Location of your Plan 9 from User Space installation (usually /usr/local/plan9)
|
# Location of your Plan 9 from User Space installation (usually /usr/local/plan9)
|
||||||
plan9port=$PLAN9
|
plan9port=$PLAN9
|
||||||
|
|
||||||
# Path, make sure the plan9port /bin directory is included before /bin and /usr/bin
|
# Path, make sure the plan9port /bin directory is included before /bin
|
||||||
path=(. $plan9port/bin ./bin/ /bin/ /usr/bin)
|
path=($plan9port/bin/ ./bin/ /bin/)
|
||||||
|
|
||||||
# Directory where your site(s) live ($site here is your domain name, eg., example.com)
|
# Directory where your site(s) live ($site here is your domain name, eg., example.com)
|
||||||
sitedir=sites/$site
|
sitedir=sites/$site
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue