still trying to fix hhc exit code

This commit is contained in:
Charlton, Scott R 2021-09-16 12:31:41 -06:00
parent f8369c15e9
commit bcb5c8dd87

View File

@ -81,8 +81,8 @@ jobs:
# hhc returns 1 on success
set +e
'C:\Program Files (x86)\HTML Help Workshop\hhc' phreeqc3.hhp | tee hhc.out
set -e
status=${PIPESTATUS[0]}
set -e
if [ "$status" -eq 1 ]; then
echo "[OK]"
exit 0