mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] ptxd_make_world_prepare: fix typo in ${pkg_label} variable
Date: Fri, 24 Feb 2023 08:24:54 +0100	[thread overview]
Message-ID: <20230224072454.1556882-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230223144904.305692-1-bst@pengutronix.de>

Thanks, applied as 256bbb720e8ee5eda9c5275b00d832939ad73b24.

Michael

[sent from post-receive hook]

On Fri, 24 Feb 2023 08:24:54 +0100, Bastian Krause <bst@pengutronix.de> wrote:
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20230223144904.305692-1-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/scripts/lib/ptxd_make_world_prepare.sh b/scripts/lib/ptxd_make_world_prepare.sh
> index 591e9a1f0255..bfb75aaf7752 100644
> --- a/scripts/lib/ptxd_make_world_prepare.sh
> +++ b/scripts/lib/ptxd_make_world_prepare.sh
> @@ -175,7 +175,7 @@ ptxd_make_world_prepare_cargo() {
>  	    tmp=( $(md5sum Cargo.lock 2>/dev/null) )
>  	    if [ "${tmp[0]}" != "${cargo_lock_md5}" ]; then
>  		ptxd_bailout "Cargo.lock has changed!" \
> -		    "Run 'ptxdist cargosync ${pkg_lable}' to regenerate '$(ptxd_print_path ${pkg_makefile_cargo})'."
> +		    "Run 'ptxdist cargosync ${pkg_label}' to regenerate '$(ptxd_print_path ${pkg_makefile_cargo})'."
>  	    fi
>  	    ;;
>  	*)
> @@ -185,7 +185,7 @@ ptxd_make_world_prepare_cargo() {
>      done
>      if [ -z "${cargo_lock_md5}" ]; then
>  	ptxd_bailout "Cargo dependency config is missing!" \
> -	    "Run 'ptxdist cargosync ${pkg_lable}' to generate '$(ptxd_print_path ${pkg_makefile_cargo})'."
> +	    "Run 'ptxdist cargosync ${pkg_label}' to generate '$(ptxd_print_path ${pkg_makefile_cargo})'."
>      fi
>  }
>  export -f ptxd_make_world_prepare_cargo



      reply	other threads:[~2023-02-24  7:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23 14:49 [ptxdist] [PATCH] " Bastian Krause
2023-02-24  7:24 ` Michael Olbrich [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=20230224072454.1556882-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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