Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Commit 3fa3aee

Browse files
committed
Make prepare.sh abort on first error.
The script shouldn't be able to continue with a missing command or a failure to download Oracle JDK.
1 parent 01b7a9c commit 3fa3aee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prepare.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
set -e
4+
35
export LC_ALL=C
46
export LANG=C
57

0 commit comments

Comments
 (0)