CONFIG: incorrect lib-name handling (fixes #2322)

This commit is contained in:
Mark Olesen
2022-01-10 09:36:50 +01:00
parent 48562b8649
commit 91b5525749

View File

@ -149,7 +149,7 @@ then
then
case "$foamVar_end" in
(/*) # Absolute path
_foamAddLib "foamVar_end"
_foamAddLib "$foamVar_end"
;;
(*) # Relative to prefix
_foamAddLib "$foamVar_prefix/$foamVar_end"