diff options
author | zach%zachlipton.com <> | 2002-02-14 13:34:56 +0100 |
---|---|---|
committer | zach%zachlipton.com <> | 2002-02-14 13:34:56 +0100 |
commit | b98c8aa7fb6fc63221c80ec6a516ceafd40d2f7d (patch) | |
tree | 57d4af9ebe02dfd2ac42f57ec5542869042297fe | |
parent | 7bda1fe6ea1364339cccca3d91fcab2ce6a23cf9 (diff) | |
download | bugzilla-b98c8aa7fb6fc63221c80ec6a516ceafd40d2f7d.tar.gz bugzilla-b98c8aa7fb6fc63221c80ec6a516ceafd40d2f7d.tar.xz |
Was missing an indent from my last fix, fixing it. No r= needed
-rwxr-xr-x | checksetup.pl | 2 |
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 ($$) |