We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17388de commit a77ce30Copy full SHA for a77ce30
utils/build-script-impl
@@ -3020,7 +3020,7 @@ function printJSONTimestamp() {
3020
local command=$1
3021
local kind=$2
3022
3023
- echo "{ \"command\": \"${command}\", \"${kind}\": \"$(date "+%Y-%m-%dT%H:%M:%S")\" }"
+ echo "{ \"command\": \"${command}\", \"${kind}\": \"$(date "+%Y-%m-%dT%H:%M:%S")\" }"
3024
}
3025
3026
function printJSONStartTimestamp() {
@@ -3050,7 +3050,6 @@ for host in "${ALL_HOSTS[@]}"; do
3050
host_install_destdir=$(get_host_install_destdir ${host})
3051
host_install_prefix=$(get_host_install_prefix ${host})
3052
3053
-
3054
if [[ "${DARWIN_INSTALL_EXTRACT_SYMBOLS}" ]] && [[ $(host_has_darwin_symbols ${host}) ]]; then
3055
echo "--- Extracting symbols ---"
3056
0 commit comments