clone_and_build.sh: move set -e out of sheband to work on curl pipe bash
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
bold=$(tput bold)
|
||||
normal=$(tput sgr0)
|
||||
|
||||
Reference in New Issue
Block a user