diff options
author | joey <joey> | 1999-08-17 05:15:10 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:15:10 +0000 |
commit | 2e2caf1f612889f7862b401f73ee7af685863011 (patch) | |
tree | aee84d05ad6e91822957c52ab118ddf3fec4d0a9 /dh_installmanpages | |
parent | dfa35b90e0703738c55e8cf177d28c9c83a46aba (diff) | |
download | debhelper-2e2caf1f612889f7862b401f73ee7af685863011.tar.gz |
r213: Initial Import
Diffstat (limited to 'dh_installmanpages')
-rwxr-xr-x | dh_installmanpages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installmanpages b/dh_installmanpages index 98386254..f4dca9a3 100755 --- a/dh_installmanpages +++ b/dh_installmanpages @@ -34,7 +34,7 @@ sub find_man { } # And file does think it's a real man page? - my $type=`file $_`; + my $type=`file -z $_`; if ($type !~ m/:.*roff/) { return; } |