Old bash release (3.2) on SLES11 chokes on new redirection shortcut.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27443
Replace "|&" with "2>&1 |" to support bash pre-4 ClosedPublic Authored by bcain on Dec 5 2016, 6:21 PM.
Details Summary Old bash release (3.2) on SLES11 chokes on new redirection shortcut.
Diff Detail
Event Timelinebcain updated this object. This revision is now accepted and ready to land.Dec 6 2016, 12:10 AM Closed by commit rL288854: Replace "|&" with "2>&1 |" to support bash pre-4 (authored by eugenis). · Explain WhyDec 6 2016, 2:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 80483 compiler-rt/trunk/test/asan/TestCases/Linux/new_delete_mismatch.cc
compiler-rt/trunk/test/msan/Linux/obstack.cc
compiler-rt/trunk/test/msan/Linux/process_vm_readv.cc
compiler-rt/trunk/test/msan/fork.cc
compiler-rt/trunk/test/msan/iconv.cc
|