mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
CONFIG: incorrect lib-name handling (fixes #2322)
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user