1
0
Fork 0

Removed path_root export and reassignment in processor

This is not longer used by templates (url_root used instead); path_root is supposed to represent
the cwd of the caller of repo2html.
tpl
Mike Gerwitz 2013-06-02 11:54:37 -04:00
parent 2ff069be4f
commit e69f16e908
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ do-index()
# environment variables # environment variables
export hash commit id subject="$fmtsubject" timestamp="$ts" export hash commit id subject="$fmtsubject" timestamp="$ts"
export dategroup month day year export dategroup month day year
export path_root='../../'
# invoke template # invoke template
"$repotype"/commit2html "$commit" | apply-template commit "$repotype"/commit2html "$commit" | apply-template commit