[pmg-devel] [PATCH pmg-api v3 2/6] buildsys: fix PERLLIB setting in tests/Makefile

Stoiko Ivanov s.ivanov at proxmox.com
Tue Jan 19 11:38:11 CET 2021


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 at proxmox.com>
---
 src/tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/Makefile b/src/tests/Makefile
index 84075c4..79310b3 100644
--- a/src/tests/Makefile
+++ b/src/tests/Makefile
@@ -1,6 +1,6 @@
 #export TESTDB = "Proxmox_testdb"
 
-export PERLIB = ".."
+export PERLLIB = ..
 
 all:
 
-- 
2.20.1





More information about the pmg-devel mailing list