Skip to content

Commit

Permalink
Print debug output for the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Jun 29, 2024
1 parent 075248a commit cbaea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -euxo pipefail
IFS=$'\n\t'

WD=$(dirname "$0")
Expand Down

0 comments on commit cbaea3a

Please sign in to comment.