]> git.donarmstrong.com Git - debhelper.git/commitdiff
typo
authorJoey Hess <joey@kitenet.net>
Sun, 9 May 2010 16:02:59 +0000 (12:02 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 9 May 2010 16:02:59 +0000 (12:02 -0400)
Debian/Debhelper/Dh_Lib.pm

index 97c3193b875dc6f270b267dc6e65bb3b92617256..155184be218bfe7266ba0ad60a935c97aec477d1 100644 (file)
@@ -616,7 +616,7 @@ sub excludefile {
                                or error("dpkg-architecture failed");
                        while (<PIPE>) {
                                chomp;
-                               my ($k, $v) = split(/=/, 2);
+                               my ($k, $v) = split(/=/, $_, 2);
                                $dpkg_arch_output{$k} = $v;
                        }
                        close(PIPE);