Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed Oct 4, 2023
1 parent 2c5e12a commit d368345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ while [ $# -gt 0 ]; do
shift
done

export PATH=$(pwd)/src/scripts/merge_tools/:\$PATH
export PATH=$(pwd)/src/scripts/merge_tools/:$PATH

mvn -v | head -n 1 | cut -c 14-18 | grep -q 3.9. || { echo "Maven 3.9.* is required"; mvn -v; echo "PATH=$PATH"; exit 1; }
if [ -z "${JAVA8_HOME:+isset}" ] ; then echo "JAVA8_HOME is not set"; exit 1; fi
Expand Down

0 comments on commit d368345

Please sign in to comment.