fix typo in getchangetarget
authorJan-Simon Möller <jansimon.moeller@opensuse.org>
Thu, 4 Jun 2009 11:39:25 +0000 (11:39 +0000)
committerJan-Simon Möller <jansimon.moeller@opensuse.org>
Thu, 4 Jun 2009 11:39:25 +0000 (11:39 +0000)
getchangetarget

index 8ef2794..d3518f9 100644 (file)
@@ -40,4 +40,4 @@ my $cf = Build::read_config_dist($dist, $archs, $configdir);
 exit 0 unless $cf->{'changetarget'};
 my $target = $cf->{'changetarget'};
 $target = defined($target) && $target ne '' ? "$target" : '';
-print "$arch";
+print "$target";