Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 00f92d7

Browse files
committed
common-apps: fix multilib-generator run
1 parent aead153 commit 00f92d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/common-apps-functions-source.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,9 @@ function download_gcc()
259259
# Change IFS temporarily so that we can pass a simple string of
260260
# whitespace delimited multilib tokens to multilib-generator
261261
local IFS=$' '
262-
run_verbose ./multilib-generator ${GCC_MULTILIB} > "${GCC_MULTILIB_FILE}"
262+
echo
263+
echo "[./multilib-generator ${GCC_MULTILIB}]"
264+
./multilib-generator ${GCC_MULTILIB} > "${GCC_MULTILIB_FILE}"
263265
cat "${GCC_MULTILIB_FILE}"
264266
)
265267
fi

0 commit comments

Comments
 (0)