mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] timezone.make: Fix find whine.
Date: Mon, 21 Nov 2022 12:01:38 +0100	[thread overview]
Message-ID: <20221121110138.174765-1-christian.melki@t2data.com> (raw)

find: warning: unrecognized escape `\|'

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/timezone.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/timezone.make b/rules/timezone.make
index 794e0d61e..00fd3cff6 100644
--- a/rules/timezone.make
+++ b/rules/timezone.make
@@ -88,7 +88,7 @@ $(STATEDIR)/timezone.install:
 		$(call add_zoneinfo, $$target, $(TIMEZONE_PKGDIR)/usr/share, $(PTXDIST_SYSROOT_HOST)/usr); \
 	done
 # Fix entries in zonetab to match the selected PTXCONF_TIMEZONE_* options.
-	@grep "\($$(find $(TIMEZONE_PKGDIR)/usr/share/zoneinfo -type f -printf '%P\|')#\)" \
+	@grep "\($$(find $(TIMEZONE_PKGDIR)/usr/share/zoneinfo -type f -printf '%P\\|')#\)"  \
 		$(PTXDIST_SYSROOT_HOST)/usr/share/zoneinfo/zone1970.tab > \
 		$(TIMEZONE_PKGDIR)/usr/share/zoneinfo/zone1970.tab
 
-- 
2.34.1




             reply	other threads:[~2022-11-21 11:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-21 11:01 Christian Melki [this message]
2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich

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=20221121110138.174765-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --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