anaconda-graveyard / conda-concourse-ci

Conda-driven Concourse CI for package building
BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

no trailing space when joining prefix/suffix cmds #115

Closed jjhelmus closed 5 years ago

jjhelmus commented 5 years ago

Join prefix and suffix commands using "&& ", do not use a trailing space. In some scriping languages, such as batch, a trailing space can change the behavior of a command. The particular cases where this was observed was in the command "set TEMP=%CD%". When joined with a trailing space the space was added to the TEMP variable.

See: https://superuser.com/questions/57723