refine script shell changed to Bash, as it uses Bash syntax.

"-e" option added so script exits after an unexpected error.
This commit is contained in:
Matthew Blissett 2015-01-23 12:41:31 +00:00
parent 83da996a36
commit 0115186fd5

2
refine
View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash -e
##########################################################
# OpenRefine Control System #