Commit d059bc7
committed
cstrans-df-run: ignore space after trailing backslash
Although it does not make any sense, `podman build` seems to do it as
well while parsing `Dockerfile`. We need to emulate this behavior to
stay compatible.
Resolves: https://issues.redhat.com/browse/OSH-391
Closes: #1481 parent 32c06d3 commit d059bc7
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
0 commit comments