There was an error while loading. Please reload this page.
1 parent 4fa6d97 commit 3316f46Copy full SHA for 3316f46
1 file changed
build.sh
@@ -1419,8 +1419,8 @@ for target in "${targets[@]}"; do
1419
fi
1420
1421
if (( gcc_major == 2.95 )); then
1422
- printf "exec '%s' \"\${@}\"\n" '${triplet}2.3-gcc' > "${build_directory}/${triplet}-gcc"
1423
- printf "exec '%s' \"\${@}\"\n" '${triplet}2.3-g++' > "${build_directory}/${triplet}-g++"
+ printf "exec '%s' \"\${@}\"\n" "${triplet}2.3-gcc" > "${build_directory}/${triplet}-gcc"
+ printf "exec '%s' \"\${@}\"\n" "${triplet}2.3-g++" > "${build_directory}/${triplet}-g++"
1424
1425
chmod +x "${build_directory}/${triplet}-"*
1426
0 commit comments