Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/tsan/go/buildgo.sh | ||
---|---|---|
62 | In our private linux buildbot, I noticed a (warning?) message from this line: compiler-rt/lib/tsan/rtl/../go/buildgo.sh: 62: [: ==: unexpected operator From some quick googling, it seems that == may be bash specific and the sh equivalent is just =. |
In our private linux buildbot, I noticed a (warning?) message from this line:
From some quick googling, it seems that == may be bash specific and the sh equivalent is just =.