Commit ba16006
committed
Do not use shell built-ins
As we no longer use sequences of commands in the Makefile, AppVeyor's make does
not actually invoke a shell to call test.pl. Hence invoking "echo" from within
test.pl fails.
From the `make` documentation: "When it is time to execute commands to update a
target, they are executed by making a new subshell for each line. (In practice,
make may take shortcuts that do not affect the results.)" It seems these
"shortcuts" are being taken by AppVeyor's make.1 parent 96e169a commit ba16006
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments