Skip to content

Commit dd1027d

Browse files
committed
add-to-output-repos: Add set -e to fail fast
1 parent bebae07 commit dd1027d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/add-to-output-repos.sh

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

3+
set -e
4+
35
# so you can run this script from any folder and it will find the tmp dir
46
cd "`git rev-parse --show-toplevel`"
57

0 commit comments

Comments
 (0)