Skip to content

Commit d85a3d4

Browse files
committed
regenerate_all_data.sh: Add set -euf to start of script
1 parent 6ee2195 commit d85a3d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/regenerate_all_data.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
set -euf
23

34
mydir=$(dirname "$0")
45
cd "$mydir"

0 commit comments

Comments
 (0)