Skip to content

Commit 7199fd7

Browse files
committed
all.sh: fail entire script if command fails
1 parent 28c0c77 commit 7199fd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

all.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
set -euo pipefail
4+
35
./update-pydoc.sh
46

57
cd python || exit 1

0 commit comments

Comments
 (0)