From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Peter Korsgaard <peter@korsgaard.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 01/17] support/dependencies/dependencies.sh: fix 'mimic' typo
Date: Sat, 21 Sep 2024 20:49:27 +0200 [thread overview]
Message-ID: <Zu8VN_ArWo2K5h5C@landeda> (raw)
In-Reply-To: <20240920210836.4093091-1-peter@korsgaard.com>
Peter, All,
On 2024-09-20 23:08 +0200, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Whole series applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> support/dependencies/dependencies.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
> index 6d5fc36037..fb0defd0c9 100755
> --- a/support/dependencies/dependencies.sh
> +++ b/support/dependencies/dependencies.sh
> @@ -143,7 +143,7 @@ fi
>
> # Check bash
> # We only check bash is available, setting SHELL appropriately is done
> -# in the top-level Makefile, and we mimick the same sequence here
> +# in the top-level Makefile, and we mimic the same sequence here
> if [ -n "${BASH}" ]; then :
> elif [ -x /bin/bash ]; then :
> elif [ -z "$( sh -c 'echo $BASH' )" ]; then
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-09-21 18:49 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-20 21:08 [Buildroot] [PATCH 01/17] support/dependencies/dependencies.sh: fix 'mimic' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 02/17] support/kconfig: fix 'multiple' typo in patch description Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 03/17] support/misc/Buildroot.cmake: fix 'after all' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 04/17] support/misc/utils.mk: fix typos Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 05/17] support/scripts/cve.py: fix 'useful' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 06/17] support/scripts/graph-build-time: fix 'auxiliary' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 07/17] support/scripts/pkg-stats: fix 'dictionary' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 08/17] support/testing/tests/init/test_systemd.py: fix 'on top' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 09/17] support/testing/tests/package/test_acpica.py: fix typos in comments Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 10/17] support/testing/tests/package/test_bash.py: fix 'running' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 11/17] support/testing/tests/package/test_compressor_base.py: fix 'extension' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 12/17] support/testing/tests/package/test_cryptsetup.py: fix 'encrypted' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 13/17] support/testing/tests/package/test_ddrescue.py: fix 'normally' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 14/17] support/testing/tests/package/test_iptables.py: fix 'OUTPUT' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 15/17] support/testing/tests/package/test_micropython.py: fix 'returned' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 16/17] support/testing/tests/package/test_mtools.py: fix 'unformatted' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 17/17] support/testing/tests/package/test_weston/overlay/etc/weston.ini: fix 'independent' typo Peter Korsgaard
2024-09-21 18:49 ` Yann E. MORIN [this message]
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=Zu8VN_ArWo2K5h5C@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=peter@korsgaard.com \
/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: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.