Add comment pointing out misterious branch

This commit is contained in:
uriel 2008-06-28 04:03:11 +02:00
parent 07d967fb8c
commit 3b8719c9ac

View File

@ -105,7 +105,7 @@ fn genbody {
if not if ( test -f $body.html )
cat $body.html | /bin/sed '0,/<[Bb][Oo][Dd][Yy][^>]*>/d; /<\/[Bb][Oo][Dd][Yy]>/,$d'
if not if (~ $body *.html && test -f $body )
cat $body | /bin/sed -i '0,/<body[^>]*>/d;/<\/body>/,$d'
cat $body | /bin/sed -i '0,/<body[^>]*>/d;/<\/body>/,$d' # This branch is never taken?
if not if ( ~ $body */[bB]log/index */[bB]log//index && ~ $#blogDirs 0 )
blogDirs = `{basename -d $body}
if not if ( test -f pub/^$reqpath^.tpl )