mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
still trying to fix hhc exit code
This commit is contained in:
parent
f8369c15e9
commit
bcb5c8dd87
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -81,8 +81,8 @@ jobs:
|
|||||||
# hhc returns 1 on success
|
# hhc returns 1 on success
|
||||||
set +e
|
set +e
|
||||||
'C:\Program Files (x86)\HTML Help Workshop\hhc' phreeqc3.hhp | tee hhc.out
|
'C:\Program Files (x86)\HTML Help Workshop\hhc' phreeqc3.hhp | tee hhc.out
|
||||||
set -e
|
|
||||||
status=${PIPESTATUS[0]}
|
status=${PIPESTATUS[0]}
|
||||||
|
set -e
|
||||||
if [ "$status" -eq 1 ]; then
|
if [ "$status" -eq 1 ]; then
|
||||||
echo "[OK]"
|
echo "[OK]"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user