mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore(mac): suppress verbose bash script logging
This commit is contained in:
parent
fb1d86874e
commit
6a2c01e71f
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ execBuildCommand() {
|
|||
set +e
|
||||
local ret_code=0
|
||||
eval "$cmnd" || ret_code=$?
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
printXCodeBuildScriptLogs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue