aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-01-29 13:39:52 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-01-29 13:39:52 +0000
commitad0d872e66c0bfeffd41466791e6b844d8916f83 (patch)
tree445d3ed530185acd81d7a9f1b90f5106ff7ad10f
parent8bc42bfd89ca509abc20a1284f674f9face194fa (diff)
downloadlh-bootstrap-ad0d872e66c0bfeffd41466791e6b844d8916f83.tar.xz
And we all love multiple levels of shell quoting, don't we folks
-rwxr-xr-xbin/fake-pkg-config2
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 () {