- Remove set -e, which prevents execution as soon as a process returns an exit code != 0

pull/56/head
Steve Clement 2018-04-02 13:37:57 +09:00
parent 721fadba60
commit 0426b07a58
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -e
set -x
GREEN="\\033[1;32m"