diff options
Diffstat (limited to 'bin/coderay')
-rwxr-xr-x | bin/coderay | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/coderay b/bin/coderay index d78cd57..5c555bf 100755 --- a/bin/coderay +++ b/bin/coderay @@ -143,7 +143,6 @@ when 'highlight', nil if output_file File.open output_file, 'w' else - $stdout.sync = true $stdout end CodeRay.encode(input, input_lang, output_format, :out => file) |