]> git.donarmstrong.com Git - debhelper.git/commitdiff
r442: fixed bad new bug
authorjoey <joey>
Sat, 10 Feb 2001 01:40:33 +0000 (01:40 +0000)
committerjoey <joey>
Sat, 10 Feb 2001 01:40:33 +0000 (01:40 +0000)
dh_strip

index d2f7a44551f73e6d8e9df8356e7c331f3ad9c664..a0d69aec088b08c069aebe478d2199cb0f4f2585 100755 (executable)
--- 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) {