summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-09 12:02:59 -0400
committerJoey Hess <joey@kitenet.net>2010-05-09 12:02:59 -0400
commit5cee909d876bacad4f3d0e092d69fe0bfee6e083 (patch)
treee855a0199bcfc6ef0597833d565e29fa525e2204 /Debian
parented5e4269ab341fc82029344b0f11cca704058b89 (diff)
typo
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 97c3193b..155184be 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -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);