summaryrefslogtreecommitdiffhomepage
path: root/sofort
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:30 -0500
commit1c6fd89d0c59957922231a9f67a7d54ab9d34827 (patch)
treef0463578f79cdf3f8048ce1388c0c834908d0105 /sofort
parent40ff98baa1e890499a134994a8405d2628fcbdcf (diff)
downloadsofort-1c6fd89d0c59957922231a9f67a7d54ab9d34827.tar.bz2
sofort-1c6fd89d0c59957922231a9f67a7d54ab9d34827.tar.xz
build system: pkgconf.sh: remove accidental leading spaces.
Diffstat (limited to 'sofort')
-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