]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Was missing an indent from my last fix, fixing it. No r= needed
authorzach%zachlipton.com <>
Thu, 14 Feb 2002 12:34:56 +0000 (12:34 +0000)
committerzach%zachlipton.com <>
Thu, 14 Feb 2002 12:34:56 +0000 (12:34 +0000)
checksetup.pl

index bce70d29517a5c3bd51be918c2f5804239b9c795..17ea909ed90b92ec86c609c72b6bdb4adf61ada0 100755 (executable)
@@ -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 ($$)