summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:09:33 +0000
committerjoey <joey>1999-08-17 05:09:33 +0000
commit7e30b95a60b9197618c6223388d2c49bee13c2c6 (patch)
treee4d93d173cda83d320aa95b13b329bed2898a93a /dh_compress
parent36411bfcb72fc17c6aa0f3b11cdd04e52828db98 (diff)
downloaddebhelper-7e30b95a60b9197618c6223388d2c49bee13c2c6.tar.gz
r170: 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 673f9102..caffc11e 100755
--- a/dh_compress
+++ b/dh_compress
@@ -59,7 +59,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
# we can preserve the hard link across the compression and save
# space in the end.
my @f=();
- my %hardlinks={};
+ my %hardlinks;
foreach (@files) {
($dev, $inode, undef, $nlink)=stat($_);
if ($nlink > 1) {