浏览代码

fix duplicate symbol test

Jorge Aparicio 8 年之前
父节点
当前提交
8a32bd3424
共有 1 个文件被更改,包括 1 次插入1 次删除
  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