Remove trailing / from path elements to make nsz happy

This commit is contained in:
Uriel 2009-03-06 16:58:51 +00:00
parent ebfd6561cf
commit e10ba023ba
2 changed files with 2 additions and 2 deletions

View file

@ -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='</body></html>'