summaryrefslogtreecommitdiff
path: root/dh_installmanpages
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:15:10 +0000
committerjoey <joey>1999-08-17 05:15:10 +0000
commit2e2caf1f612889f7862b401f73ee7af685863011 (patch)
treeaee84d05ad6e91822957c52ab118ddf3fec4d0a9 /dh_installmanpages
parentdfa35b90e0703738c55e8cf177d28c9c83a46aba (diff)
downloaddebhelper-2e2caf1f612889f7862b401f73ee7af685863011.tar.gz
r213: Initial Import
Diffstat (limited to 'dh_installmanpages')
-rwxr-xr-xdh_installmanpages2
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;
}