Skip to content

Commit

Permalink
STDOUT.sync = true for command prompt. closes #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nahi committed Apr 27, 2009
1 parent ef2ea43 commit 9a2dae0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/ghi
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby

require "ghi/cli"
GHI::CLI::Executable.new(ARGV).run!
STDOUT.sync = true
GHI::CLI::Executable.new(ARGV).run!

0 comments on commit 9a2dae0

Please sign in to comment.