Skip to content

Commit

Permalink
Merge pull request grpc#109 from ctiller/macc
Browse files Browse the repository at this point in the history
Mac Compatibility Fix
  • Loading branch information
nicolasnoble committed Jan 20, 2015
2 parents 792ca4e + d4eec90 commit e82e9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buildgen/generate_projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e82e9b3

Please sign in to comment.