mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 10:53:51 +00:00
Merge branch 'AnyOldName3-master-patch-53610' into 'master'
Fix verbose mode for Windows prebuild script See merge request OpenMW/openmw!226
This commit is contained in:
commit
0b2c102a26
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