From: Sam Saffron Date: Thu, 16 Jan 2014 03:02:02 +0000 (-0800) Subject: remove space for now X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8b7616cea657946ed7ab76bc05c902b6cef3b15b;p=discourse_docker.git remove space for now --- diff --git a/launcher b/launcher index d35ab09..7b107a1 100755 --- a/launcher +++ b/launcher @@ -88,7 +88,7 @@ set_template_info() { p e end end - puts env.map{|k,v| "-e #{k}='#{v}'" }.join(" ") + puts env.map{|k,v| "-e #{k}=#{v}" }.join(" ") RUBY env=`exec echo "$input" | docker run -rm -i -a stdin -a stdout $image ruby -e "$env_ruby"`