Fix: extract empty path relative to $ORIGIN
This commit is contained in:
parent
bc1c89639d
commit
cef1ff3dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ namespace lib {
|
|||
|
||||
|
||||
|
||||
regex SearchPathSplitter::EXTRACT_PATHSPEC ("(\\$?ORIGIN/)?([^:]+)");
|
||||
regex SearchPathSplitter::EXTRACT_PATHSPEC ("(\\$?ORIGIN/?)?([^:]*)");
|
||||
|
||||
|
||||
/** @internal helper to figure out the installation directory,
|
||||
|
|
|
|||
Loading…
Reference in a new issue