public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/libfplll] rawhide: Use printf instead of echo since it’s more strictly specified
Date: Wed, 09 Sep 2026 09:16:55 GMT	[thread overview]
Message-ID: <178894541598.1.11135348392066739026.rpms-libfplll-690a2d8cc16b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/libfplll
            Branch : rawhide
            Commit : 690a2d8cc16bbdfa7c704450157ae4781d27ec72
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-09-09T10:10:54+01:00
            Stats  : +3/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/libfplll/c/690a2d8cc16bbdfa7c704450157ae4781d27ec72?branch=rawhide

            Log:
            Use printf instead of echo since it’s more strictly specified

[skip changelog]

---
diff --git a/libfplll.spec b/libfplll.spec
index 41ab9d3..78a8e1b 100644
--- a/libfplll.spec
+++ b/libfplll.spec
@@ -194,10 +194,11 @@ the functionality of libfplll.
 %prep
 %autosetup -n fplll-%{version} -p1
 # Unbundle “JSON for Modern C++”:
-echo '#include <nlohmann/json.hpp>' > fplll/io/json.hpp
+printf '#include <%s>' 'nlohmann/json.hpp' > fplll/io/json.hpp
 %if %{without bundled_thread_pool}
 # Unbundle cr-marcstevens-snippets-thread_pool-devel
-echo '#include <cr-marcstevens/thread_pool.hpp>' > fplll/io/thread_pool.hpp
+printf '#include <%s>' 'cr-marcstevens/thread_pool.hpp' \
+    > fplll/io/thread_pool.hpp
 %endif
 
 

                 reply	other threads:[~2026-09-09  9:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178894541598.1.11135348392066739026.rpms-libfplll-690a2d8cc16b@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /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