+2007-11-24 Guillem Jover <guillem@debian.org>
+
+ * scripts/Dpkg/Arch.pm (get_raw_host_arch): Do not shadow
+ $gcc_host_gnu_type with a local variable.
+
2007-11-24 Guillem Jover <guillem@debian.org>
* scripts/dpkg-scanpackages.pl: Use parenthesis to force the
{
return $host_arch if defined $host_arch;
- my $gcc_host_gnu_type = get_gcc_host_gnu_type();
+ $gcc_host_gnu_type = get_gcc_host_gnu_type();
if ($gcc_host_gnu_type eq '') {
warning(_g("Couldn't determine gcc system type, falling back to " .