Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 540050
Collapse All | Expand All

(-)a/genlop (-1 / +1 lines)
Lines 968-974 sub rsync() { Link Here
968
		my $handle;
968
		my $handle;
969
		open_file($_, \$handle);
969
		open_file($_, \$handle);
970
		while(<$handle>) {
970
		while(<$handle>) {
971
			if ($_ =~ m/^(.*?)\: \=\=\= Sync completed with/) {
971
			if ($_ =~ m/^(.*?)\: \=\=\= Sync completed/) {
972
				if ($date_found) {
972
				if ($date_found) {
973
					if (datecompare($1) <= 0) {
973
					if (datecompare($1) <= 0) {
974
						next;
974
						next;

Return to bug 540050