swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 5bfbcdc27e7d9f4e3ffae6b55c9a6890bfe646f0
parent dba78e836cd94c00c5587c7feccd48e372bbb14b
Author: uriel@engel.se.cat-v.org <unknown>
Date:   Sat, 27 Dec 2008 11:48:46 +0100

Make sure . is in $path, needed when sourcing config files so we can avoid the ./... dance.
Diffstat:
Metc/initrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/etc/initrc b/etc/initrc @@ -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