summaryrefslogtreecommitdiff
path: root/utils/NewNightlyTest.pl
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-07-29 04:27:34 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-07-29 04:27:34 +0000
commite36de54797074f2fb12c7e279734f098d7b6e305 (patch)
treee9bc774c93a2c5d1e57c6f4f04b40858e3377cfc /utils/NewNightlyTest.pl
parent4a6bd33da0e30c26568baf3ad6c94d1f497e5ea7 (diff)
downloadllvm-e36de54797074f2fb12c7e279734f098d7b6e305.tar.gz
llvm-e36de54797074f2fb12c7e279734f098d7b6e305.tar.bz2
llvm-e36de54797074f2fb12c7e279734f098d7b6e305.tar.xz
fix externals
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29409 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NewNightlyTest.pl')
-rwxr-xr-xutils/NewNightlyTest.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl
index 97a5a8b630..491083c9a7 100755
--- a/utils/NewNightlyTest.pl
+++ b/utils/NewNightlyTest.pl
@@ -138,8 +138,8 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
if (/^-f2c$/) {
$CONFIGUREARGS .= " --with-f2c=$ARGV[0]"; shift; next;
}
- if (/^-with-externals/) {
- $CONFIGUREARGS .= "--with-externals=$ARGV[0]"; shift; next;
+ if (/^-with-externals$/) {
+ $CONFIGUREARGS .= " --with-externals=$ARGV[0]"; shift; next;
}
if (/^-nickname$/) { $nickname = "$ARGV[0]"; shift; next; }
if (/^-gccpath/) { $CONFIGUREARGS .=