aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-03-14 15:23:07 +0100
committerUlrich Müller <ulm@gentoo.org>2023-03-14 17:54:40 +0100
commitc7e76fc0b9add97eda8cf406cbd168a1997e9ae3 (patch)
tree1865b0bfbcdc4344b71f61b8b445d263a43ea5fe /ChangeLog
parentSupport NO_COLOR (diff)
downloadeselect-c7e76fc0b9add97eda8cf406cbd168a1997e9ae3.tar.gz
eselect-c7e76fc0b9add97eda8cf406cbd168a1997e9ae3.tar.bz2
eselect-c7e76fc0b9add97eda8cf406cbd168a1997e9ae3.zip
Allow to specify modules by path
* libs/core.bash.in (find_module): Allow to specify an absolute path as the module's filename. Bug: https://bugs.gentoo.org/901205 Signed-off-by: Florian Schmaus <flow@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aab936d..57a53fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-14 Florian Schmaus <flow@gentoo.org>
+
+ * libs/core.bash.in (find_module): Allow to specify an absolute
+ path as the module's filename.
+
2023-02-28 Ulrich Müller <ulm@gentoo.org>
* bin/eselect.in: Disable colours if NO_COLOR is nonempty.