mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ptxd_make_world_prepare: fix typo in ${pkg_label} variable
@ 2023-02-23 14:49 Bastian Krause
  2023-02-24  7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Bastian Krause @ 2023-02-23 14:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 scripts/lib/ptxd_make_world_prepare.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/lib/ptxd_make_world_prepare.sh b/scripts/lib/ptxd_make_world_prepare.sh
index b94b91edf..04075d255 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
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] ptxd_make_world_prepare: fix typo in ${pkg_label} variable
  2023-02-23 14:49 [ptxdist] [PATCH] ptxd_make_world_prepare: fix typo in ${pkg_label} variable Bastian Krause
@ 2023-02-24  7:24 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-02-24  7:24 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-24  7:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 14:49 [ptxdist] [PATCH] ptxd_make_world_prepare: fix typo in ${pkg_label} variable Bastian Krause
2023-02-24  7:24 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox