1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 09:53:50 +00:00

Remove schoolboy error

This commit is contained in:
AnyOldName3 2020-06-16 13:51:25 +00:00
parent 9067894335
commit 7ef3a9d8ac

View file

@ -232,7 +232,7 @@ run_cmd() {
else else
RET=0 RET=0
eval $CMD $@ || RET=$? eval $CMD $@ || RET=$?
return RET return $RET
fi fi
} }