diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-29 13:39:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-29 13:39:52 +0000 |
commit | ad0d872e66c0bfeffd41466791e6b844d8916f83 (patch) | |
tree | 445d3ed530185acd81d7a9f1b90f5106ff7ad10f /bin/fake-pkg-config | |
parent | 8bc42bfd89ca509abc20a1284f674f9face194fa (diff) | |
download | lh-bootstrap-ad0d872e66c0bfeffd41466791e6b844d8916f83.tar.xz |
And we all love multiple levels of shell quoting, don't we folks
Diffstat (limited to 'bin/fake-pkg-config')
-rwxr-xr-x | bin/fake-pkg-config | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |