create the output dir before processing

This commit is contained in:
prime31 2019-02-15 10:04:55 -08:00 committed by GitHub
parent 3eaae226a0
commit 6b45dac418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@
printf "Starting T4 processing...\n"
cd project_name
# create our output directory
mkdir -p T4Templates/Output
for file in `find ./T4Templates/** -name "*.tt"` ;
do
# Build the template