From e735a93611e504055179f697746841335f0ffdb6 Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Tue, 30 Sep 2008 18:44:37 +0000 Subject: Remove use of flush(). This apparently only supported in very recent perls CVS version numbers check_trans.pl: 1.67 -> 1.68 --- check_trans.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'check_trans.pl') diff --git a/check_trans.pl b/check_trans.pl index 646cc606da3..c89253a534d 100755 --- a/check_trans.pl +++ b/check_trans.pl @@ -262,7 +262,6 @@ sub verbose; ) { print colored( "$str\n", $COLOURS{$status} ); - flush STDOUT; } # check age of the translation @@ -275,7 +274,6 @@ sub verbose; { print colored( "$file is outdated by $age days\n", $COLOURS{warn} ); - flush STDOUT; } } -- cgit v1.2.3