diff --git a/dba/update-rscds-database b/dba/update-rscds-database index 1ab046a3..d00cf691 100755 --- a/dba/update-rscds-database +++ b/dba/update-rscds-database @@ -65,7 +65,8 @@ for ( my $i=0; $i <= $#patches; $i++ ) { $applied--; } else { - print "failed!\n$last_results \n ==> No further patches will be attempted!\n"; + print "failed!\n$last_results ==> No further patches will be attempted!\n"; + last; } } else {