moby--moby/builder
Doug Davis 54662eae10 Fix RUN's error msg when it fails
When RUN returns with a non-zero return code it prints the command
that was executed as a Go []string:
```
INFO[0000] The command &{[/bin/sh -c noop a1 a2]} returned a non-zero code: 127
```

instead it should look like this:
```
INFO[0000] The command "/bin/sh -c noop a1 a2" returned a non-zero code: 127
```

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-05-05 16:08:41 -07:00
..
command
parser
bflag.go
bflag_test.go
dispatchers.go Fix issue where build steps are duplicated in the output 2015-05-05 15:28:42 -07:00
evaluator.go Fix issue where build steps are duplicated in the output 2015-05-05 15:28:42 -07:00
internals.go Fix RUN's error msg when it fails 2015-05-05 16:08:41 -07:00
job.go
shell_parser.go
shell_parser_test.go
support.go
words