summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorzach%zachlipton.com <>2002-02-14 13:34:56 +0100
committerzach%zachlipton.com <>2002-02-14 13:34:56 +0100
commitb98c8aa7fb6fc63221c80ec6a516ceafd40d2f7d (patch)
tree57d4af9ebe02dfd2ac42f57ec5542869042297fe /checksetup.pl
parent7bda1fe6ea1364339cccca3d91fcab2ce6a23cf9 (diff)
downloadbugzilla-b98c8aa7fb6fc63221c80ec6a516ceafd40d2f7d.tar.gz
bugzilla-b98c8aa7fb6fc63221c80ec6a516ceafd40d2f7d.tar.xz
Was missing an indent from my last fix, fixing it. No r= needed
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index bce70d295..17ea909ed 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -282,7 +282,7 @@ checksetup.pl, and re-enter your answers.
EOT
-die "Syntax error in localconfig";
+ die "Syntax error in localconfig";
}
my $newstuff = "";
sub LocalVar ($$)