Explorar o código

fix duplicate symbol test

Jorge Aparicio %!s(int64=8) %!d(string=hai) anos
pai
achega
8a32bd3424
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ci/run.sh

+ 1 - 1
ci/run.sh

@@ -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