From 250bb01524e972d7892dc3f9761637d87914da40 Mon Sep 17 00:00:00 2001 From: Myles Byrne Date: Thu, 4 Sep 2014 17:16:56 -0700 Subject: [PATCH] cleanup extranenous octo --- ruby-shim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-shim b/ruby-shim index 70a8443..2655a52 100755 --- a/ruby-shim +++ b/ruby-shim @@ -24,7 +24,7 @@ tmpdir="/tmp/ruby-runs" # Ensure dir exists mkdir -p $tmpdir -# # Create a uniquely named (by process id) pipe +# Create a uniquely named (by process id) pipe stderr_pipe="$tmpdir/stderr_pipe.$$" mkfifo "$stderr_pipe"