Skip to content

Commit 37de862

Browse files
authored
Merge pull request #39975 from eltociear/patch-24
2 parents ee95f3f + ecbd659 commit 37de862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3319,7 +3319,7 @@ for host in "${ALL_HOSTS[@]}"; do
33193319
# INSTALL_SYMROOT and run dsymutil on them.
33203320
if [[ -n "${DRY_RUN}" ]] && [[ -z "${ENABLE_EXTRACT_SYMBOL_DRY_RUN_TEST}" ]]; then
33213321
echo "DRY_RUN! Coping executables and shared libraries from the `host_install_destdir` to
3322-
INSTALL_SYMROOT and runing dsymutil on them."
3322+
INSTALL_SYMROOT and running dsymutil on them."
33233323
else
33243324
(cd "${CURRENT_INSTALL_DIR}" &&
33253325
find ./"${CURRENT_PREFIX}" -perm -0111 -type f -print | \

0 commit comments

Comments
 (0)