swerc

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

commit 62a2b76aab177057856c630b493fb162ac5ae032
parent afcf4db9613590d8d3f5568c5e09d685852120f3
Author: uriel@suckless.org <unknown>
Date:   Wed, 17 Sep 2008 02:40:24 +0200

Use plan9port var so we can set the location of p9p without having to change the $path
Diffstat:
Metc/initrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/initrc b/etc/initrc @@ -11,7 +11,7 @@ plan9port=$PLAN9 # Path, make sure the plan9port /bin directory is included before /bin and /usr/bin -path=(. $PLAN9/bin ./bin/ /bin/ /usr/bin) +path=(. $plan9port/bin ./bin/ /bin/ /usr/bin) # Directory where your site(s) live ($site here is your domain name, eg., example.com) sitedir=sites/$site