mirror of https://github.com/sbt/sbt.git
Merge pull request #255 from swachter/disable-on-error-exit
unset immediatly exit flag (set +e) in launch script
This commit is contained in:
commit
cb564a077d
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set +e
|
||||
|
||||
### ------------------------------- ###
|
||||
### Helper methods for BASH scripts ###
|
||||
|
|
|
|||
Loading…
Reference in New Issue