Corrected output path directory creation
parent
b29accaa03
commit
54856a5412
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue