Skip to content

Commit

Permalink
fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Feb 28, 2024
1 parent 85f52ab commit 0e82b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/make-pkgconfig.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e
set -o pipefail

version=$(llvm-config --version)
filename=$1
Expand Down

0 comments on commit 0e82b3b

Please sign in to comment.