PIPEFAIL
This commit is contained in:
parent
15c3a81dfd
commit
bc324ae83b
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
set -eo pipefail
|
||||
|
||||
repo="$1"
|
||||
if [ -z "$repo" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue