From d01e553bab0e416bdc8d175601c54c6b4ded3fa5 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sat, 27 Dec 2008 11:48:46 +0100 Subject: [PATCH] Make sure . is in $path, needed when sourcing config files so we can avoid the ./... dance. --- etc/initrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/initrc b/etc/initrc index 7c32540..dcd5ff0 100644 --- 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