diff options
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r-- | src/mkhelp.pl | 2 |
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; |