summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-20 10:40:41 -0500
committermidipix <writeonce@midipix.org>2018-12-21 22:48:17 -0500
commit829d4913902d28565c912d5886dd89af38de4e3d (patch)
treec4f37d949f1933003aef4462378aaed18e26fd54
parentdc5a50acc0dc6a6f3f8249e9908cdacfba0fae3e (diff)
downloadbfirm-829d4913902d28565c912d5886dd89af38de4e3d.tar.bz2
bfirm-829d4913902d28565c912d5886dd89af38de4e3d.tar.xz
build system: pkgconf.sh: remove accidental leading spaces.
-rwxr-xr-xsofort/pkgconf.sh2
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