mirror of
https://github.com/zrepl/zrepl.git
synced 2024-12-22 15:11:16 +01:00
clone_and_build.sh: move set -e out of sheband to work on curl pipe bash
This commit is contained in:
parent
47726ad877
commit
961500cc2c
@ -1,4 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
bold=$(tput bold)
|
||||
normal=$(tput sgr0)
|
||||
|
Loading…
Reference in New Issue
Block a user