summaryrefslogtreecommitdiff
path: root/rhautoimport-nw
diff options
context:
space:
mode:
Diffstat (limited to 'rhautoimport-nw')
-rwxr-xr-xrhautoimport-nw2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-nw b/rhautoimport-nw
index e8f7dd0..47c0281 100755
--- a/rhautoimport-nw
+++ b/rhautoimport-nw
@@ -111,7 +111,7 @@ for my $entry ($feed->entries) {
my $current_file = `cat $STAT_FILE`;
if($current_file eq $file) {
print "Already downloaded file of today\n";
- exit 0;
+ exit 42;
}
if(!rhautoimport::check_file_extension($file)) {
print "\n\nThe extension of the matching file '". $file . "' seems to be wrong - manual import necessary!!!\n";