Skip to content
Snippets Groups Projects
Commit d4eec905 authored by Craig Tiller's avatar Craig Tiller
Browse files

Mac Compatibility Fix

parent cf1d6eb4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment