From: Stephane Cerveau <scerveau@connected-labs.com>
To: "Stéphane Cerveau" <scerveau@connected-labs.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [dora][PATCH] e2fsprogs: Fix populate-extfs.sh
Date: Mon, 30 Jun 2014 16:20:20 +0200 [thread overview]
Message-ID: <53B17224.4050602@connected-labs.com> (raw)
In-Reply-To: <1404137924-14085-1-git-send-email-scerveau@connected-labs.com>
This patch applies to master and daisy branches too.
On 06/30/2014 04:18 PM, Stéphane Cerveau wrote:
> Fix the use of command dirname on ubuntu 12.04.
> dirname does not accept space in file name.
>
> Signed-off-by: Stéphane Cerveau <scerveau@connected-labs.com>
> ---
> .../e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh
> index 26a8d89..47f5b5b 100644
> --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh
> +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh
> @@ -28,7 +28,7 @@ DEBUGFS="debugfs"
> [ ! -z "$DIR" ] || continue
> [ ! -z "$TGT" ] || continue
>
> - DIR="$(dirname $DIR)"
> + DIR="$(dirname "$DIR")"
>
> if [ "$DIR" != "$CWD" ]; then
> echo "cd $DIR"
next prev parent reply other threads:[~2014-06-30 14:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-30 14:18 [dora][PATCH] e2fsprogs: Fix populate-extfs.sh Stéphane Cerveau
2014-06-30 14:20 ` Stephane Cerveau [this message]
2014-06-30 14:51 ` Richard Purdie
2014-06-30 15:06 ` Stephane Cerveau
2014-06-30 15:08 ` Otavio Salvador
2014-06-30 15:11 ` Stephane Cerveau
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=53B17224.4050602@connected-labs.com \
--to=scerveau@connected-labs.com \
--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 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.