Skip to content

Commit 8a32bd3

Browse files
author
Jorge Aparicio
committed
fix duplicate symbol test
1 parent 77bca82 commit 8a32bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ esac
6060
stdout=$($PREFIX$NM -g --defined-only /target/${1}/debug/librustc_builtins.rlib)
6161

6262
set +e
63-
echo $stdout | sort | uniq -d | grep -v __x86.get_pc_thunk | grep 'T __'
63+
echo "$stdout" | sort | uniq -d | grep -v __x86.get_pc_thunk | grep 'T __'
6464

6565
if test $? = 0; then
6666
exit 1

0 commit comments

Comments
 (0)