From 4d79d1367d0c1652b61423bb7d1a7b4de1e9ccf7 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 20 Dec 2018 10:40:41 -0500 Subject: build system: pkgconf.sh: remove accidental leading spaces. --- sofort/pkgconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sofort') diff --git a/sofort/pkgconf.sh b/sofort/pkgconf.sh index 1b65604..a37e368 100755 --- a/sofort/pkgconf.sh +++ b/sofort/pkgconf.sh @@ -55,7 +55,7 @@ fi # cflags if [ -n "$pkgconf_cflags" ] || [ -n "${PKGCONF_DEFS}" ]; then - pkgconf_cflags=" $pkgconf_cflags ${PKGCONF_DEFS}" + pkgconf_cflags="$pkgconf_cflags ${PKGCONF_DEFS}" pkgconf_cflags=$(printf '%s' "$pkgconf_cflags" | sed -e 's/^[ \t]*//g') fi -- cgit v1.2.3