Skip to content

Commit

Permalink
Merge pull request #4327 from oztimpower/master
Browse files Browse the repository at this point in the history
Issue #4254 Force java.io.tmpdir = /tmp for native executable
  • Loading branch information
cescoffier committed Oct 3, 2019
2 parents dc84bad + b5274fb commit edc9cea
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,7 +4,7 @@ RUNNER=$( find . -maxdepth 1 -name '*-runner' )
if [[ ! -z "$RUNNER" ]]
then
export DISABLE_SIGNAL_HANDLERS=true
$RUNNER
$RUNNER -Djava.io.tmpdir=/tmp
else
java -jar *-runner.jar
fi
fi

0 comments on commit edc9cea

Please sign in to comment.