From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/eselect:master commit in: bin/, / Date: Wed, 7 Jun 2023 08:50:57 +0000 (UTC) [thread overview] Message-ID: <1686127802.9869b3f98c95ec154b7ac5b2af8bcf6201d8127a.ulm@gentoo> (raw) commit: 9869b3f98c95ec154b7ac5b2af8bcf6201d8127a Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Jun 7 08:50:02 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Jun 7 08:50:02 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=9869b3f9 Use printf instead of echo * bin/eselect.in (PATH): Use printf instead of echo Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 2 ++ bin/eselect.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aba58d1..87efe93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2023-06-07 Ulrich Müller <ulm@gentoo.org> + * bin/eselect.in (PATH): Use printf instead of echo. + * configure.ac: Update version to 1.4.24. * Tagged 1.4.24 release. diff --git a/bin/eselect.in b/bin/eselect.in index 41d53d7..36581e1 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -62,7 +62,7 @@ umask +rx # Sanitise PATH: We don't want to execute Portage's internal helpers # if we're called from an ebuild. IFS=: -read -r -d '' -a path < <(echo -n "${PATH}") +read -r -d '' -a path < <(printf '%s\0' "${PATH}") for i in "${!path[@]}"; do [[ ${path[i]} == */portage?(/*)/ebuild-helpers?(/*) ]] && unset "path[i]" done
WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/eselect:master commit in: /, bin/ Date: Mon, 12 Jun 2023 16:24:04 +0000 (UTC) [thread overview] Message-ID: <1686127802.9869b3f98c95ec154b7ac5b2af8bcf6201d8127a.ulm@gentoo> (raw) Message-ID: <20230612162404.e6CA2sy6kk8mnxNWmQkkEA_CLkzQ-UcU4GFGwmDiJo0@z> (raw) commit: 9869b3f98c95ec154b7ac5b2af8bcf6201d8127a Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Jun 7 08:50:02 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Jun 7 08:50:02 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=9869b3f9 Use printf instead of echo * bin/eselect.in (PATH): Use printf instead of echo Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 2 ++ bin/eselect.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aba58d1..87efe93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2023-06-07 Ulrich Müller <ulm@gentoo.org> + * bin/eselect.in (PATH): Use printf instead of echo. + * configure.ac: Update version to 1.4.24. * Tagged 1.4.24 release. diff --git a/bin/eselect.in b/bin/eselect.in index 41d53d7..36581e1 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -62,7 +62,7 @@ umask +rx # Sanitise PATH: We don't want to execute Portage's internal helpers # if we're called from an ebuild. IFS=: -read -r -d '' -a path < <(echo -n "${PATH}") +read -r -d '' -a path < <(printf '%s\0' "${PATH}") for i in "${!path[@]}"; do [[ ${path[i]} == */portage?(/*)/ebuild-helpers?(/*) ]] && unset "path[i]" done
next reply other threads:[~2023-06-07 8:51 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-06-07 8:50 Ulrich Müller [this message] 2023-06-12 16:24 ` [gentoo-commits] proj/eselect:master commit in: /, bin/ Ulrich Müller -- strict thread matches above, loose matches on Subject: below -- 2023-07-08 6:20 [gentoo-commits] proj/eselect:master commit in: bin/, / Ulrich Müller 2023-06-07 7:29 Ulrich Müller 2023-06-05 18:34 Ulrich Müller 2023-03-20 17:11 Ulrich Müller 2023-02-28 18:08 Ulrich Müller 2023-02-27 17:40 Ulrich Müller 2023-02-27 7:28 Ulrich Müller 2022-01-08 20:53 Ulrich Müller 2016-01-27 19:35 Ulrich Müller
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1686127802.9869b3f98c95ec154b7ac5b2af8bcf6201d8127a.ulm@gentoo \ --to=ulm@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox