summaryrefslogtreecommitdiff
path: root/rhautoimport-oi
diff options
context:
space:
mode:
Diffstat (limited to 'rhautoimport-oi')
-rwxr-xr-xrhautoimport-oi2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-oi b/rhautoimport-oi
index 3cd8ad3..f558c5e 100755
--- a/rhautoimport-oi
+++ b/rhautoimport-oi
@@ -78,7 +78,7 @@ my $current_stat = `cat $STAT_FILE`;
my ($current_id, $current_file) = $current_stat =~ m/^(.*)\n(.*)/;
if($current_id eq $id) {
print "Already downloaded current file\n";
- exit 0;
+ exit 42;
}
print "looking for files like '$bdfile' in RSS Feed\n";