Make sure . is in $path, needed when sourcing config files so we can avoid the ./... dance.
This commit is contained in:
parent
47f8de61c4
commit
e45a6dee50
@ -12,7 +12,8 @@
|
||||
plan9port=$PLAN9
|
||||
|
||||
# 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)
|
||||
sitesdir=sites
|
||||
|
Loading…
Reference in New Issue
Block a user