mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] image-root-tgz: Remove quotes added around label put in tar ball
@ 2018-07-28 15:44 jon
  2018-07-30  8:04 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: jon @ 2018-07-28 15:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Jon Ringle

From: Jon Ringle <jringle@gridpoint.com>

Signed-off-by: Jon Ringle <jringle@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}"
     else
 	image_label_args=""
     fi
-- 
1.9.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2018-07-30  8:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-28 15:44 [ptxdist] [PATCH] image-root-tgz: Remove quotes added around label put in tar ball jon
2018-07-30  8:04 ` Michael Olbrich

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