From 9780c6218f2199f7dd998b1ef6ab9699109b7a76 Mon Sep 17 00:00:00 2001 From: Stefan Wachter Date: Wed, 6 Feb 2019 17:48:39 +0100 Subject: [PATCH] unset immediatly exit flag (set +e) in launch script --- src/universal/bin/sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/universal/bin/sbt b/src/universal/bin/sbt index cca77be05..dd16fa77a 100755 --- a/src/universal/bin/sbt +++ b/src/universal/bin/sbt @@ -1,5 +1,6 @@ #!/usr/bin/env bash +set +e ### ------------------------------- ### ### Helper methods for BASH scripts ###