summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2015-03-26 19:24:13 +0000
committerJustin Bogner <mail@justinbogner.com>2015-03-26 19:24:13 +0000
commit55a5cb1a4ddf86adfbc1fa8eb157dd0efb4972df (patch)
tree8e39eacaffa6516799491ea49e79aa1bfdf64edc /configure
parentaaa9c561ca4602c5ea06715a0ad9a5fac93399e3 (diff)
[ARM] Fix some non-portable shell syntax in r233301's tests
The "|&" operator isn't POSIX, so it can fail depending on the host's default shell. Avoid it. There were also a couple of places that did "2>1", but this creates a file called "1". They clearly meant "2>&1". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions