summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
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 ($$)