aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-05-04 19:14:01 -0700
committerPatrick Walton <[email protected]>2011-05-04 19:14:19 -0700
commit1299e74db328f1134bc554f0886450f31e790216 (patch)
treef8ea47c3e9df77ad735be482532b61c5c8697ec4 /configure
parentAdd #env syntax extension for plucking strings out of the compilation environ... (diff)
downloadrust-1299e74db328f1134bc554f0886450f31e790216.tar.xz
rust-1299e74db328f1134bc554f0886450f31e790216.zip
build: Whitespace police in configure. Puts out burning tinderbox.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index a359de9c..39243463 100755
--- a/configure
+++ b/configure
@@ -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)