diff options
-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 ($$) |