summaryrefslogtreecommitdiff
path: root/src/mkhelp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r--src/mkhelp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mkhelp.pl b/src/mkhelp.pl
index 7fb37db58..c84ab4ae7 100644
--- a/src/mkhelp.pl
+++ b/src/mkhelp.pl
@@ -87,7 +87,7 @@ if($c) {
close(GZIP);
system("gzip --best --no-name dumpit");
-
+
open(GZIP, "<dumpit.gz") ||
die "can't read the dumpit.gz file, try without -c";
binmode GZIP;