Commit d94765b
committed
Can't test embedded newlines on VMS
The oneliner method is intended to build commands suitable for
writing to a Makefile or equivalent. On VMS, this works fine
because the make utility interprets the newlines with continuation
characters. But sending that same command through backticks is
not currently working because the newlines get swallowed without
the continuation characters being consumed. That may well be a
bug in the backticks implementation, but for now we can't reliably
use backticks to test what the make utility would do.1 parent 438d0ec commit d94765b
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| 68 | + | |
| 69 | + | |
0 commit comments