From ad0d872e66c0bfeffd41466791e6b844d8916f83 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 29 Jan 2021 13:39:52 +0000 Subject: And we all love multiple levels of shell quoting, don't we folks --- bin/fake-pkg-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fake-pkg-config b/bin/fake-pkg-config index 780407b..032ac7f 100755 --- a/bin/fake-pkg-config +++ b/bin/fake-pkg-config @@ -5,7 +5,7 @@ exists () { } cflags () { - echo "-I${OUTPUT}/build-build/opt/ncurses/include -DKBUILD_NO_NLS -DCURSES_LOC=\"<${1}/ncurses.h>\"" + echo "-I${OUTPUT}/build-build/opt/ncurses/include -DKBUILD_NO_NLS -DCURSES_LOC=\\\"<${1}/ncurses.h>\\\"" } libs () { -- cgit v1.2.3