summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
authorjoey <joey>2001-02-10 01:40:33 +0000
committerjoey <joey>2001-02-10 01:40:33 +0000
commit0227dc72f4eaec2a28b4502314405610db54f86c (patch)
tree77eb4c63de504fbf7b8a2e4888a6d00990697c6f /dh_strip
parentccbd3d9f501bc8d31e9fa82d04e4989f7e43c2a3 (diff)
r442: fixed bad new bug
Diffstat (limited to 'dh_strip')
-rwxr-xr-xdh_strip1
1 files changed, 0 insertions, 1 deletions
diff --git a/dh_strip b/dh_strip
index d2f7a445..a0d69aec 100755
--- a/dh_strip
+++ b/dh_strip
@@ -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) {