mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 16:20:53 +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
@ -232,7 +232,7 @@ run_cmd() {
|
||||
else
|
||||
RET=0
|
||||
eval $CMD $@ || RET=$?
|
||||
return RET
|
||||
return $RET
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user