On Sat, Jul 28, 2018 at 11:44:37AM -0400, j...@ringle.org wrote:
> From: Jon Ringle <jrin...@gridpoint.com>
> 
> Signed-off-by: Jon Ringle <jrin...@gridpoint.com>
> ---
>  scripts/lib/ptxd_make_image_common.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/lib/ptxd_make_image_common.sh 
> b/scripts/lib/ptxd_make_image_common.sh
> index a925446..4c6d32e 100644
> --- a/scripts/lib/ptxd_make_image_common.sh
> +++ b/scripts/lib/ptxd_make_image_common.sh
> @@ -67,7 +67,7 @@ ptxd_make_image_init() {
>      fi
>  
>      if [ -n "${image_label}" ]; then
> -     image_label_args="--label \"${image_label}\""
> +     image_label_args="--label ${image_label}"

this breaks labels with spaces. I've pushed a different fix.

Michael

>      else
>       image_label_args=""
>      fi
> -- 
> 1.9.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to