From: zach%zachlipton.com <> Date: Thu, 14 Feb 2002 12:34:56 +0000 (+0000) Subject: Was missing an indent from my last fix, fixing it. No r= needed X-Git-Tag: bugzilla-2.16rc1~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98c8aa7fb6fc63221c80ec6a516ceafd40d2f7d;p=thirdparty%2Fbugzilla.git Was missing an indent from my last fix, fixing it. No r= needed --- diff --git a/checksetup.pl b/checksetup.pl index bce70d2951..17ea909ed9 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 ($$)