Fix stderr redirection.

This commit is contained in:
Simon Howard 2019-11-11 19:24:17 -05:00
parent f093238324
commit 227caaf69c

View file

@ -25,7 +25,7 @@ $SOURCE_PORT -iwad miniwad.wad \
-mb 32 \
-nodraw -noblit -nosound -noautoload -nogui -nograbmouse \
-statdump statdump.txt \
"$@" >log.txt >>errs.txt || true
"$@" >log.txt 2>errs.txt || true
if [ ! -e statdump.txt ]; then
(echo "No statdump output produced.";