1
0
Fork 0

Corrected output path directory creation

master
Mike Gerwitz 2012-10-08 23:01:41 -04:00
parent b29accaa03
commit 54856a5412
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -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 # create the containing directory (if it does not yet exist and then generate
# the commit page # the commit page
mkdir -p "$( dirname "$pagefile" )" \ mkdir -p "$( dirname "$path_out/$pagefile" )" \
&& ( && (
# make the majority of the data available as environment variables (for # make the majority of the data available as environment variables (for
# convenience), lowercase so as not to be conflict with conventional # convenience), lowercase so as not to be conflict with conventional