Skip to content

Commit

Permalink
stricter script
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Dec 1, 2016
1 parent daebfaa commit 8e9d571
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graphhopper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
(set -o igncr) 2>/dev/null && set -o igncr; # this comment is required for handling Windows cr/lf
# See StackOverflow answer http://stackoverflow.com/a/14607651

# bail if any errors ...
set -e

GH_CLASS=com.graphhopper.tools.Import
GH_HOME=$(dirname "$0")
JAVA=$JAVA_HOME/bin/java
Expand Down

0 comments on commit 8e9d571

Please sign in to comment.