diff options
author | joey <joey> | 1999-08-17 05:00:36 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:00:36 +0000 |
commit | 4b48a476979f5e02fcb6add76440df44bfb5c813 (patch) | |
tree | 47e39a6d913af94c766137e8932e3d1bcdc9affc /dh_compress | |
parent | 9681548b9a12725a560d1e9f1cbe55fc8b07a0d3 (diff) | |
download | debhelper-4b48a476979f5e02fcb6add76440df44bfb5c813.tar.gz |
r121: Initial Import
Diffstat (limited to 'dh_compress')
-rwxr-xr-x | dh_compress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_compress b/dh_compress index b94cfcfe..76f7614d 100755 --- a/dh_compress +++ b/dh_compress @@ -21,7 +21,7 @@ filelist () { if [ "$compress" ]; then # The config file is a sh script that outputs the files to be compressed # (typically using find). - sh $olddir/$compress 2>/dev/null + sh $olddir/$compress 2>/dev/null || true else # By default fall back on what the policy manual says to compress. find usr/info usr/man usr/X11*/man -type f ! -name "*.gz" 2>/dev/null || true |