Skip to content

Commit

Permalink
ENH: build_pdf.sh - fail as soon as some command fails
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored and sappelhoff committed Oct 10, 2020
1 parent 8c9e259 commit 4d02a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdf_build_src/build_pdf.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh
# Shell script that runs process_markdowns.py and pandoc_script.py in sequence to build the pdf document

set -eu

# prepare the copied src directory
python3 process_markdowns.py

Expand Down

0 comments on commit 4d02a0d

Please sign in to comment.