diff options
author | Benjamin Barenblat <bbaren@debian.org> | 2019-01-17 20:42:25 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@debian.org> | 2019-01-17 20:42:25 -0500 |
commit | 4b8ec4bcaa087e35b5a82afc2c325fee2a67f7a4 (patch) | |
tree | a6b0f426a5cbc9798d6f3efee19211f44ea50f83 /kernel/retroknowledge.mli | |
parent | 5d3dc22cc205021e517a81943952655c51777083 (diff) |
Correct environment variable settings when running tests
$PWD doesn’t work in Makefiles – Make expands $P (to the empty string)
and passes `WD` literally to the shell. Replace `$PWD` with
`$(shell pwd)`.
Diffstat (limited to 'kernel/retroknowledge.mli')
0 files changed, 0 insertions, 0 deletions