summaryrefslogtreecommitdiff
path: root/corpus/support/fix-contract.pl
diff options
context:
space:
mode:
authorMichael Denkowski <mdenkows@cs.cmu.edu>2013-09-05 11:26:22 -0700
committerMichael Denkowski <mdenkows@cs.cmu.edu>2013-09-05 11:26:22 -0700
commit76c26e382a9d5e2c95064488f060107e95470055 (patch)
tree7baf7cb1fe7af91b8a4d5b320350607e6b94dd0f /corpus/support/fix-contract.pl
parent7525905ca57bbd425f96a33768e3f6777ba86f7a (diff)
Unbuffered mode, flush after each line where possible, skip otherwise
Diffstat (limited to 'corpus/support/fix-contract.pl')
-rwxr-xr-xcorpus/support/fix-contract.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/corpus/support/fix-contract.pl b/corpus/support/fix-contract.pl
index f1e191ab..49e88981 100755
--- a/corpus/support/fix-contract.pl
+++ b/corpus/support/fix-contract.pl
@@ -1,4 +1,6 @@
#!/usr/bin/perl -w
+$|++;
+
use strict;
while(<>) {
#s/ (pre|anti|re|pro|inter|intra|multi|e|x|neo) - / $1- /ig;