Fix rails wrapper's arguments expansion problem.
authorHoward Yeh <howard@metacircus.com>
Sat, 2 May 2015 13:35:46 +0000 (21:35 +0800)
committerHoward Yeh <howard@metacircus.com>
Sat, 2 May 2015 13:35:46 +0000 (21:35 +0800)
commitd16335a6b675e7b0284f533a1b6b007348cd87ee
tree7d2090adf0bd427ec4a5bbb249211429be970c98
parent4ddc22ebdde953877ee7d79bf03fc571ada3c112
Fix rails wrapper's arguments expansion problem.

"$@" expands to multiple words, and breaks `[` if there are multiple
arguments. Use "$*" == "console" instead, since this expands all the
arguments to a single word, which is what we want instead.
templates/web.template.yml