Skip to content

Commit ec336d7

Browse files
committed
[conf-flint] Use printf instead of echo for freebsd
1 parent 9c2df01 commit ec336d7

File tree

1 file changed

+1
-1
lines changed
  • packages/conf-flint/conf-flint.3.0

1 file changed

+1
-1
lines changed

packages/conf-flint/conf-flint.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: "http://flint.org"
44
bug-reports: "https://github.com/flintlib/flint2.git"
55
license: "LGPL-2.1-only"
66
build: [
7-
["sh" "-exc" "echo \"#include <flint/flint.h>\\n#if __FLINT_VERSION < 3\\n#error \\\"Flint (>= 3.0) is not accessible\\\"\\n#endif\" > test.c"]
7+
["sh" "-exc" "printf \"#include <flint/flint.h>\\n#if __FLINT_VERSION < 3\\n#error \\\"Flint (>= 3.0) is not accessible\\\"\\n#endif\" > test.c"]
88
["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"] {os != "macos" & os != "win32"}
99
[
1010
"sh"

0 commit comments

Comments
 (0)