Skip to content

Commit 7e46066

Browse files
committed
wrapper: updated <PREFIX>LibraryDir to point to the correct path
1 parent b96b127 commit 7e46066

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wrapper/lib.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#
2626
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2727
# library-prefix = LibrariesWrapper
28-
# library-version = 6
28+
# library-version = 7
2929
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3030

3131
true <<'=cut'
@@ -83,6 +83,8 @@ LibrariesWrapperImport() {
8383
} \
8484
&& bash -n $path/lib.sh \
8585
&& {
86+
rlLogDebug "$FUNCNAME(): resetting ${PREFIX}LibraryDir to $path"
87+
eval ${PREFIX}LibraryDir="$path"
8688
rlLogDebug "$FUNCNAME(): sourcing $path/lib.sh"
8789
. $path/lib.sh
8890
} \

0 commit comments

Comments
 (0)