Files
docker-cli/components/engine/integration-cli
Tianon Gravi 872f82a3de Fix builder from being over-aggressive on ${}
`${SOME_VAR%pattern}` was turning into `SOME_VAL%pattern}` which the shell would then balk at.

I've updated the `TOKEN_ENV_INTERPOLATION` regex to account for this (ie, if `${` is used, it _must_ also match the closing `}`), and renamed the variable to not be exported (since it's not used outside the function following it).

I also added comments for the bits of `tokenEnvInterpolation` so they're easier to follow. 😄

Signed-off-by: Andrew Page <admwiggin@gmail.com>
Upstream-commit: 24189b2c36985f8345691fa6ec2c0766cfc133a7
Component: engine
2014-10-14 00:58:55 -06:00
..
2014-10-06 23:15:17 +03:00
2014-10-06 23:15:17 +03:00
2014-10-06 23:15:17 +03:00
2014-10-06 23:15:17 +03:00
2014-10-06 23:15:17 +03:00
2014-10-06 23:15:17 +03:00
2014-10-06 18:18:25 +00:00
2014-10-09 15:15:17 -07:00
2014-09-26 11:31:02 -04:00
2014-06-02 07:05:06 +00:00
2014-10-07 19:37:08 -07:00