From: "Yann E. MORIN via buildroot" <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: Re: [Buildroot] [PATCH] support/scripts/check-merged: use short options
Date: Fri, 21 Nov 2025 17:33:56 +0100 [thread overview]
Message-ID: <aSCUdO5bL292b8gq@landeda> (raw)
In-Reply-To: <20251121135334.470282-1-yann.morin.1998@free.fr>
All,
On 2025-11-21 14:53 +0100, Yann E. MORIN spake thusly:
> Switch to using getopts, it removes the need for a new host dependency.
[--SNIP--]
> diff --git a/support/scripts/check-merged b/support/scripts/check-merged
> index bff6ae2b7b..8da4a69374 100755
> --- a/support/scripts/check-merged
> +++ b/support/scripts/check-merged
[--SNIP--]
> +while getopts "t:ub" OPT; do
> + case "${OPT}" in
> + (t) type="${2}";;
This should have been ${OPTARG}, not ${2}. I'll send a v2 shortly.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| 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:[~2025-11-21 16:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-21 13:53 [Buildroot] [PATCH] support/scripts/check-merged: use short options Yann E. MORIN via buildroot
2025-11-21 16:33 ` Yann E. MORIN via buildroot [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=aSCUdO5bL292b8gq@landeda \
--to=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=yann.morin.1998@free.fr \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox