aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afa6885..701fb9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-06-05 Ulrich Müller <ulm@gentoo.org>
+
+ * bin/eselect.in (EPREFIX): Quote argument of ":" command.
+ This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223
+ Add some more quotes throughout.
+
2023-06-04 Ulrich Müller <ulm@gentoo.org>
* doc/developer-guide.txt: Add subsection about module testing.