summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:56:24 +0000
committerjoey <joey>1999-08-17 04:56:24 +0000
commite348bcc96f206a25afc2ad1d4f004c74b7f8ab37 (patch)
tree6e7a8eb3621fc7b4ba2727b187e4a6a7b9c321cd /dh_compress
parentaec37078c45ab2dc23bfb7bb9bde2c5d130d663f (diff)
downloaddebhelper-e348bcc96f206a25afc2ad1d4f004c74b7f8ab37.tar.gz
r104: 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 7d6e4979..1b58f70a 100755
--- a/dh_compress
+++ b/dh_compress
@@ -13,7 +13,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 || true
+ sh $olddir/$compress 2>/dev/null
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