]> git.proxmox.com Git - pmg-api.git/commit
buildsys: fix PERLLIB setting in tests/Makefile
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 19 Jan 2021 10:38:11 +0000 (11:38 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Jan 2021 10:28:49 +0000 (11:28 +0100)
commit788857eccbbf8446dedd6a5fa1a3b6405d36af49
tree8d49d7e30ecc49f1f7706330f1ceffe2538adf31
parent375b70c8662dd903714ee5c1270b0f2da5f17763
buildsys: fix PERLLIB setting in tests/Makefile

Make variables don't need quoting - and with quotes the PERLLIB is
literally set to ".." instead of .. (only the latter works)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/tests/Makefile