exit shell on subprocess error
This commit is contained in:
parent
6a9f8572c9
commit
64938e2bbb
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set +e
|
||||||
|
|
||||||
mkdir -p ./html/articles
|
mkdir -p ./html/articles
|
||||||
|
|
||||||
./tools/main_page_generator.py ./articles | ./tools/mmd/build/multimarkdown > ./html/index.html
|
./tools/main_page_generator.py ./articles | ./tools/mmd/build/multimarkdown > ./html/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user