From e10ba023baf8e9319bd321d91ea206e3e5a5eee8 Mon Sep 17 00:00:00 2001 From: Uriel Date: Fri, 6 Mar 2009 16:58:51 +0000 Subject: [PATCH] Remove trailing / from path elements to make nsz happy --- bin/werc.rc | 2 +- etc/initrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/werc.rc b/bin/werc.rc index e8bba9f..622695d 100755 --- a/bin/werc.rc +++ b/bin/werc.rc @@ -15,7 +15,7 @@ dirfilter='s/\*$//; s,/+\./+,/,g; s,^\./,,; /\/[._][^\/]/d; /'$forbidden_uri_cha dirclean=' s/\.(md|html|txt)$//; ' # Careful, the proper p9p path might not be set until initrc.local is sourced -path=(. $PLAN9/bin ./bin/ /bin/ /usr/bin) +path=(. $PLAN9/bin ./bin /bin /usr/bin) headers=lib/headers.tpl res_tail='' diff --git a/etc/initrc b/etc/initrc index 948c3bf..81a85a4 100644 --- a/etc/initrc +++ b/etc/initrc @@ -13,7 +13,7 @@ plan9port=$PLAN9 # Path, make sure the plan9port /bin directory is included before /bin # Keep '.' in path! It is needed. -path=($plan9port/bin/ . ./bin/ ./bin/contrib/ /bin/ /usr/bin/) +path=($plan9port/bin . ./bin ./bin/contrib /bin /usr/bin) # Set this to your favorite markdown formatter, eg., markdown.pl (fltr_cache # takes as an argument a filter, in the default configuration markdown.pl, that