Revert "Merge pull request #125 from brainopia/master"
It appears that this is causing issues with process termination. This reverts commitd2c9ce0f34, reversing changes made to98337c92e1.
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env ruby
|
||||
exec "#{ARGV.join(' ')} 2>&1"
|
||||
#!/bin/sh
|
||||
exec $1 2>&1
|
||||
|
||||
Reference in New Issue
Block a user