Remove trailing / from path elements to make nsz happy
This commit is contained in:
parent
ebfd6561cf
commit
e10ba023ba
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ dirfilter='s/\*$//; s,/+\./+,/,g; s,^\./,,; /\/[._][^\/]/d; /'$forbidden_uri_cha
|
||||||
dirclean=' s/\.(md|html|txt)$//; '
|
dirclean=' s/\.(md|html|txt)$//; '
|
||||||
|
|
||||||
# Careful, the proper p9p path might not be set until initrc.local is sourced
|
# 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
|
headers=lib/headers.tpl
|
||||||
res_tail='</body></html>'
|
res_tail='</body></html>'
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ plan9port=$PLAN9
|
||||||
|
|
||||||
# Path, make sure the plan9port /bin directory is included before /bin
|
# Path, make sure the plan9port /bin directory is included before /bin
|
||||||
# Keep '.' in path! It is needed.
|
# 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
|
# 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
|
# takes as an argument a filter, in the default configuration markdown.pl, that
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue