moby--moby/api/server
fy2462 8bf5613c1a Fix bug: exec non-exist command miss a "\n"
When exec a non-exist command, it should print a newline at last.

Currently:
```
$ docker exec -ti f5f703ea2c0a144 bash
rpc error: code = 2 desc = "oci runtime error: exec failed: exec:
\"bash\": executable file not found in $PATH"$
```

Signed-off-by: Feng Yan <fy2462@gmail.com>
2016-04-28 16:39:00 +08:00
..
httputils api: server: check for unauthorized error 2016-04-22 17:14:02 +02:00
middleware Update code for latest engine-api 2016-04-19 16:56:54 +02:00
router Fix bug: exec non-exist command miss a "\n" 2016-04-28 16:39:00 +08:00
middleware.go Move middleware to interfaces. 2016-04-11 09:19:27 -07:00
profiler.go Remove all docker debugging knowledge from the server. 2016-02-16 14:11:16 -05:00
router_swapper.go fix typos 2016-03-06 00:59:11 +08:00
server.go Move middleware to interfaces. 2016-04-11 09:19:27 -07:00
server_test.go Update code for latest engine-api 2016-04-19 16:56:54 +02:00