mirror of https://github.com/sbt/sbt.git
unset immediatly exit flag (set +e) in launch script
This commit is contained in:
parent
b28d203910
commit
9780c6218f
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set +e
|
||||
|
||||
### ------------------------------- ###
|
||||
### Helper methods for BASH scripts ###
|
||||
|
|
|
|||
Loading…
Reference in New Issue