Make sure . is in $path, needed when sourcing config files so we can avoid the ./... dance.
This commit is contained in:
parent
168d1c6074
commit
d01e553bab
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@
|
||||||
plan9port=$PLAN9
|
plan9port=$PLAN9
|
||||||
|
|
||||||
# Path, make sure the plan9port /bin directory is included before /bin
|
# Path, make sure the plan9port /bin directory is included before /bin
|
||||||
path=($plan9port/bin/ ./bin/ /bin/ /usr/bin/ ./bin/contrib/)
|
# Keep '.' in path! It is needed.
|
||||||
|
path=($plan9port/bin/ . ./bin/ ./bin/contrib/ /bin/ /usr/bin/)
|
||||||
|
|
||||||
# Directories where your site(s) live ($site here is your domain name, eg., example.com)
|
# Directories where your site(s) live ($site here is your domain name, eg., example.com)
|
||||||
sitesdir=sites
|
sitesdir=sites
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue