diff options
author | joey <joey> | 1999-08-17 05:09:33 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:09:33 +0000 |
commit | 7e30b95a60b9197618c6223388d2c49bee13c2c6 (patch) | |
tree | e4d93d173cda83d320aa95b13b329bed2898a93a /dh_compress | |
parent | 36411bfcb72fc17c6aa0f3b11cdd04e52828db98 (diff) | |
download | debhelper-7e30b95a60b9197618c6223388d2c49bee13c2c6.tar.gz |
r170: 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 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) { |