diff options
author | joey <joey> | 2001-02-10 01:40:33 +0000 |
---|---|---|
committer | joey <joey> | 2001-02-10 01:40:33 +0000 |
commit | 0227dc72f4eaec2a28b4502314405610db54f86c (patch) | |
tree | 77eb4c63de504fbf7b8a2e4888a6d00990697c6f | |
parent | ccbd3d9f501bc8d31e9fa82d04e4989f7e43c2a3 (diff) | |
download | debhelper-0227dc72f4eaec2a28b4502314405610db54f86c.tar.gz |
r442: fixed bad new bug
-rwxr-xr-x | dh_strip | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -98,7 +98,6 @@ sub testfile { foreach my $package (@{$dh{DOPACKAGES}}) { my $tmp=tmpdir($package); - my (@shared_libs, @executables, @static_libs); find(\&testfile,$tmp); foreach (@shared_libs) { |