projects
/
grml-infrastructure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5aacbe
)
*narf* fix errorhandling again ;)
author
Alexander Wirt
<formorer@grml.org>
Sun, 6 May 2007 16:48:47 +0000
(18:48 +0200)
committer
Alexander Wirt
<formorer@grml.org>
Sun, 6 May 2007 16:48:47 +0000
(18:48 +0200)
source-report/get_sources
patch
|
blob
|
history
diff --git
a/source-report/get_sources
b/source-report/get_sources
index
0b6eaf3
..
4d765bf
100755
(executable)
--- a/
source-report/get_sources
+++ b/
source-report/get_sources
@@
-250,7
+250,7
@@
my $pnum = keys(%{$package_tree});
my %s_hash;
my $errors = 0;
foreach my $package (keys(%{$package_tree})) {
- $errors++ if $package_tree->{$package}->{'status'}
=
~ /^OK/;
+ $errors++ if $package_tree->{$package}->{'status'}
!
~ /^OK/;
if (! exists $s_hash{ $package_tree->{$package}->{'source'} }) {
$s_hash{$package_tree->{$package}->{'source'}} = 1;
}