From e69f16e908190d939386fe4e03051ccb21f2d6cd Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 2 Jun 2013 11:54:37 -0400 Subject: [PATCH] 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. --- processor | 1 - 1 file changed, 1 deletion(-) diff --git a/processor b/processor index 2b105c4..c75b262 100755 --- a/processor +++ b/processor @@ -103,7 +103,6 @@ do-index() # environment variables export hash commit id subject="$fmtsubject" timestamp="$ts" export dategroup month day year - export path_root='../../' # invoke template "$repotype"/commit2html "$commit" | apply-template commit