mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-14 00:31:47 +00:00
Remove schoolboy error
This commit is contained in:
parent
9067894335
commit
7ef3a9d8ac
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ run_cmd() {
|
|||
else
|
||||
RET=0
|
||||
eval $CMD $@ || RET=$?
|
||||
return RET
|
||||
return $RET
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue