fix duplicate symbol test

master
Jorge Aparicio 2016-10-03 20:19:56 -05:00
parent 77bca82434
commit 8a32bd3424
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ esac
stdout=$($PREFIX$NM -g --defined-only /target/${1}/debug/librustc_builtins.rlib)
set +e
echo $stdout | sort | uniq -d | grep -v __x86.get_pc_thunk | grep 'T __'
echo "$stdout" | sort | uniq -d | grep -v __x86.get_pc_thunk | grep 'T __'
if test $? = 0; then
exit 1