diff options
author | midipix <writeonce@midipix.org> | 2018-12-20 10:40:41 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:31 -0500 |
commit | 4971ebaedfd75e1bbfc35afcaee88df19b384813 (patch) | |
tree | 1d34232b1e8f875b6087b065d4f2f19f0ec0040c /sofort | |
parent | 396bf043727bda03259ec1ed220762798b6c1c50 (diff) | |
download | u16ports-4971ebaedfd75e1bbfc35afcaee88df19b384813.tar.bz2 u16ports-4971ebaedfd75e1bbfc35afcaee88df19b384813.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 |