clone_and_build.sh: move set -e out of sheband to work on curl pipe bash

This commit is contained in:
Christian Schwarz
2017-11-12 16:27:10 +01:00
parent 47726ad877
commit 961500cc2c
+2 -1
View File
@@ -1,4 +1,5 @@
#!/bin/sh -e
#!/bin/sh
set -e
bold=$(tput bold)
normal=$(tput sgr0)