From: Ross Burton <Ross.Burton@arm.com>
To: "alberto@pianon.eu" <alberto@pianon.eu>
Cc: Openembedded Core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] getPatchedFiles in oe.patch doesn't correctly handle filenames with spaces
Date: Wed, 19 Oct 2022 16:20:31 +0000 [thread overview]
Message-ID: <3813BB53-561F-4503-B576-9A6AB306D2F5@arm.com> (raw)
In-Reply-To: <9b185ae6cf064eacc0f7c4b2d5d12e5d@pianon.eu>
On 19 Oct 2022, at 16:40, Alberto Pianon via lists.openembedded.org <alberto=pianon.eu@lists.openembedded.org> wrote:
> To solve this issue, the above line may be modified as follows
>
> filepth = patchline[4:]
>
> Should I submit a patch for that?
Yes, but a better solution would be:
filepth = pathline.split(maxsplit=1)[1]
Ross
prev parent reply other threads:[~2022-10-19 16:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-19 15:40 getPatchedFiles in oe.patch doesn't correctly handle filenames with spaces Alberto Pianon
2022-10-19 16:20 ` Ross Burton [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=3813BB53-561F-4503-B576-9A6AB306D2F5@arm.com \
--to=ross.burton@arm.com \
--cc=alberto@pianon.eu \
--cc=openembedded-core@lists.openembedded.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: 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