Revert "Merge pull request #125 from brainopia/master"

It appears that this is causing issues with process termination.

This reverts commit d2c9ce0f34, reversing
changes made to 98337c92e1.
This commit is contained in:
David Dollar
2012-01-15 12:59:47 -05:00
parent 83748cb538
commit 76cd2e794b
3 changed files with 3 additions and 11 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
#!/usr/bin/env ruby
exec "#{ARGV.join(' ')} 2>&1"
#!/bin/sh
exec $1 2>&1