From bd78d4b93a75f1e1a60501605e118e51a050b092 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
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