Skip to content

Commit 34c4569

Browse files
authored
Use set -e in shell script to detect errors (#527)
1 parent 7fabc89 commit 34c4569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Scripts/semantic-convention/generate.sh

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

34
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
45
ROOT_DIR="${SCRIPT_DIR}/../../"

0 commit comments

Comments
 (0)