summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:00:36 +0000
committerjoey <joey>1999-08-17 05:00:36 +0000
commit4b48a476979f5e02fcb6add76440df44bfb5c813 (patch)
tree47e39a6d913af94c766137e8932e3d1bcdc9affc /dh_compress
parent9681548b9a12725a560d1e9f1cbe55fc8b07a0d3 (diff)
downloaddebhelper-4b48a476979f5e02fcb6add76440df44bfb5c813.tar.gz
r121: Initial Import
Diffstat (limited to 'dh_compress')
-rwxr-xr-xdh_compress2
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