walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

Do not parse environment variables in command string #89

Closed mizzy closed 9 years ago

mizzy commented 9 years ago

Environment variables in command line are parsed by shell, so walter need not to parse them.

Parsing environmant variables by walter may cause problems, so it is safe that walter let shell parse them.

takahi-i commented 9 years ago

Fixed iwth #90