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

Commit acdd4b1

Browse files
committed
common-apps: fix win run of test
1 parent 569528c commit acdd4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common-apps-functions-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ function test_gcc()
10491049
run_app "${APP_PREFIX}/bin/${GCC_TARGET}-gcc" -dumpversion
10501050
run_app "${APP_PREFIX}/bin/${GCC_TARGET}-gcc" -dumpmachine
10511051
run_app "${APP_PREFIX}/bin/${GCC_TARGET}-gcc" -print-multi-lib
1052-
"${APP_PREFIX}/bin/${GCC_TARGET}-gcc" -print-multi-lib | wc -l | sed -e 's| ||g'
1052+
run_app "${APP_PREFIX}/bin/${GCC_TARGET}-gcc" -print-multi-lib | wc -l | sed -e 's| ||g'
10531053
run_app "${APP_PREFIX}/bin/${GCC_TARGET}-gcc" -dumpspecs
10541054

10551055
local tmp=$(mktemp /tmp/gcc-test.XXXXX)

0 commit comments

Comments
 (0)