Fix: extract empty path relative to $ORIGIN

This commit is contained in:
Fischlurch 2011-02-14 23:51:11 +01:00
parent bc1c89639d
commit cef1ff3dcc

View file

@ -39,7 +39,7 @@ namespace lib {
regex SearchPathSplitter::EXTRACT_PATHSPEC ("(\\$?ORIGIN/)?([^:]+)");
regex SearchPathSplitter::EXTRACT_PATHSPEC ("(\\$?ORIGIN/?)?([^:]*)");
/** @internal helper to figure out the installation directory,