Correct shebang
'set -o pipefail' is bash specific
This commit is contained in:
parent
408376a5ca
commit
3b8ae92b83
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -exo pipefail
|
||||
|
||||
|
|
Loading…
Reference in a new issue