diff options
author | 2023-06-05 19:47:02 +0200 | |
---|---|---|
committer | 2023-06-05 19:47:02 +0200 | |
commit | 58e82125a8adfa89585468f3e6609f46896d313a (patch) | |
tree | 0d657a784d1a9ed08b1ab15dbdb8f39dabbc507c /ChangeLog | |
parent | Add subsection about module testing to developer guide (diff) | |
download | eselect-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |