public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libfplll] rawhide: Use printf instead of echo since it’s more strictly specified
@ 2026-09-09  9:16 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-09  9:16 UTC (permalink / raw)
  To: git-commits

            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
 
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-09  9:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09  9:16 [rpms/libfplll] rawhide: Use printf instead of echo since it’s more strictly specified Benjamin A. Beasley

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