We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96b127 commit 7e46066Copy full SHA for 7e46066
wrapper/lib.sh
@@ -25,7 +25,7 @@
25
#
26
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
# library-prefix = LibrariesWrapper
28
-# library-version = 6
+# library-version = 7
29
30
31
true <<'=cut'
@@ -83,6 +83,8 @@ LibrariesWrapperImport() {
83
} \
84
&& bash -n $path/lib.sh \
85
&& {
86
+ rlLogDebug "$FUNCNAME(): resetting ${PREFIX}LibraryDir to $path"
87
+ eval ${PREFIX}LibraryDir="$path"
88
rlLogDebug "$FUNCNAME(): sourcing $path/lib.sh"
89
. $path/lib.sh
90
0 commit comments