Make sure . is in $path, needed when sourcing config files so we can avoid the ./... dance.

This commit is contained in:
uriel 2008-12-27 11:48:46 +01:00
parent 47f8de61c4
commit e45a6dee50

View File

@ -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