shithub: werc

Download patch

ref: f909031c31505fbd41cd7e90a220697851a9d127
parent: 94c0205e99c4fa49dce8963a580ad37e2963f24f
author: uriel <uriel@engel.se.cat-v.org>
date: Sat Dec 27 06:48:46 EST 2008

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

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