Skip to content

Commit

Permalink
Print significant commands before running them, for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Mar 15, 2023
1 parent 4aebfef commit 954c26c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pinned_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ popdir() {
}

try(){
echo "$ $*"
"$@"
res=$?
if [[ ${res} -ne 0 ]]; then
Expand Down

0 comments on commit 954c26c

Please sign in to comment.