Mac Compatibility Fix

This commit is contained in:
Craig Tiller 2015-01-19 20:44:44 -08:00
parent cf1d6eb4ae
commit d4eec90581
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ for dir in . ; do
data=`for i in $json_files; do echo -n "-d $i "; done`
if [ $TEST == true ] ; then
actual_out=$out
out=`mktemp`
out=`mktemp /tmp/gentXXXXXX`
fi
$mako_renderer $plugins $data -o $out $file
if [ $TEST == true ] ; then