diff options
| author | Patrick Walton <[email protected]> | 2011-05-04 19:14:01 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-05-04 19:14:19 -0700 |
| commit | 1299e74db328f1134bc554f0886450f31e790216 (patch) | |
| tree | f8ea47c3e9df77ad735be482532b61c5c8697ec4 /configure | |
| parent | Add #env syntax extension for plucking strings out of the compilation environ... (diff) | |
| download | rust-1299e74db328f1134bc554f0886450f31e790216.tar.xz rust-1299e74db328f1134bc554f0886450f31e790216.zip | |
build: Whitespace police in configure. Puts out burning tinderbox.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -217,9 +217,9 @@ then | grep version \ | cut -d ' ' -f 5-) CFG_LLVM_TRIPLE=$("$CFG_LLVM_BINDIR/llc" \ - --version \ - | grep Host: \ - | cut -d ' ' -f 4-) + --version \ + | grep Host: \ + | cut -d ' ' -f 4-) elif [ ! -z "$CFG_LLVM_CONFIG" ] then CFG_LLVM_VERSION=$(llvm-config --version) |