aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorBas Zoetekouw <bas>2008-09-30 18:44:37 +0000
committerBas Zoetekouw <bas>2008-09-30 18:44:37 +0000
commite735a93611e504055179f697746841335f0ffdb6 (patch)
treea2df5651182b89458747ddcb831127840f8cff3f /check_trans.pl
parent6128a6fa53b23aec8af4069d0e50598ab9ecfdac (diff)
Remove use of flush(). This apparently only supported in very recent perls
CVS version numbers check_trans.pl: 1.67 -> 1.68
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl2
1 files changed, 0 insertions, 2 deletions
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;
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy