Skip to content

Commit 08a68f1

Browse files
committed
fail on error
1 parent ebecfa9 commit 08a68f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/precheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22
# helper for generating compiled output from `src` into `outcsv` for checking before publishing
33
cd "$(dirname "$0")/.."
44
rm -rf outcsv*

0 commit comments

Comments
 (0)