Mac Compatibility Fix
This commit is contained in:
parent
cf1d6eb4ae
commit
d4eec90581
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue