From 54856a54122692dcb58c857a9d38121c6b03c1d5 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 8 Oct 2012 23:01:41 -0400 Subject: [PATCH] Corrected output path directory creation --- processor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor b/processor index 5f507f8..77a3ec2 100755 --- a/processor +++ b/processor @@ -73,7 +73,7 @@ while read hash commit ts id subject; do # create the containing directory (if it does not yet exist and then generate # the commit page - mkdir -p "$( dirname "$pagefile" )" \ + mkdir -p "$( dirname "$path_out/$pagefile" )" \ && ( # make the majority of the data available as environment variables (for # convenience), lowercase so as not to be conflict with conventional