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
parent
2ff069be4f
commit
e69f16e908
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue