Skip to content

Commit

Permalink
fix: Added set -e in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Jul 25, 2024
1 parent 2f1e2df commit f86b483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages/cpp/templates/sdk/scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e
usage()
{
echo "options:"
Expand Down

0 comments on commit f86b483

Please sign in to comment.