Skip to content

Commit

Permalink
update.sh: fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Feb 12, 2023
1 parent de900ed commit ba1ae59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libPCSCv2part10/update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

set -e
set -x
rm -rf libPCSCv2part10
make doxygen
Expand Down

0 comments on commit ba1ae59

Please sign in to comment.