Skip to content

Commit

Permalink
Use set -e in shell script to detect errors (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbley committed Apr 1, 2024
1 parent 7fabc89 commit 34c4569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scripts/semantic-convention/generate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

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

0 comments on commit 34c4569

Please sign in to comment.