diff options
author | midipix <writeonce@midipix.org> | 2018-12-20 10:40:41 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:33 -0500 |
commit | 3333ff14b19af82785549af724454edd15d2edad (patch) | |
tree | fccd68de2b8aadaae72b402fe43fbbdd8748cf28 /sofort | |
parent | ba62a73aec4c30052e6659a4e0ba9f9f62a1545a (diff) | |
download | w32lib-3333ff14b19af82785549af724454edd15d2edad.tar.bz2 w32lib-3333ff14b19af82785549af724454edd15d2edad.tar.xz |
build system: pkgconf.sh: remove accidental leading spaces.
Diffstat (limited to 'sofort')
-rwxr-xr-x | sofort/pkgconf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |