summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-06-05 19:47:02 +0200
committerUlrich Müller <ulm@gentoo.org>2023-06-05 19:47:02 +0200
commit58e82125a8adfa89585468f3e6609f46896d313a (patch)
tree0d657a784d1a9ed08b1ab15dbdb8f39dabbc507c /ChangeLog
parentAdd subsection about module testing to developer guide (diff)
downloadeselect-58e82125a8adfa89585468f3e6609f46896d313a.tar.gz
eselect-58e82125a8adfa89585468f3e6609f46896d313a.tar.bz2
eselect-58e82125a8adfa89585468f3e6609f46896d313a.zip
Quote argument of ":" command
* bin/eselect.in (EPREFIX): Quote argument of ":" command. This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Add some more quotes throughout. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
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.