We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
set -e
1 parent bebae07 commit dd1027dCopy full SHA for dd1027d
dev/add-to-output-repos.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+set -e
4
+
5
# so you can run this script from any folder and it will find the tmp dir
6
cd "`git rev-parse --show-toplevel`"
7
0 commit comments