mirror of
https://github.com/moby/moby.git
synced 2026-07-03 05:08:28 +00:00
While look at #27039 I noticed that we allow for whitespace after the continuation char (\\) which is wrong. It needs to be the very last char in the line. Signed-off-by: Doug Davis <dug@us.ibm.com>