From cfa6e6f2599f9cbc3862e3dc1ab150003823ee4d Mon Sep 17 00:00:00 2001 From: brainopia Date: Sat, 7 Jan 2012 18:19:54 +0700 Subject: [PATCH] Fix foreman to work with cmds containing pipes and redirects --- bin/runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runner b/bin/runner index 69011a5..65e7c5f 100755 --- a/bin/runner +++ b/bin/runner @@ -1,2 +1,2 @@ #!/bin/sh -exec $1 2>&1 +eval "$1" 2>&1