From 8c9983a11e64afbaeac85fc8d605ebf3dd3b2a5b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 30 May 2022 17:47:17 +0200 Subject: libbsd: fix shellcheck error --- extra/libbsd/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/libbsd/build b/extra/libbsd/build index e7de392a..3f2dad2d 100755 --- a/extra/libbsd/build +++ b/extra/libbsd/build @@ -1,6 +1,7 @@ #!/bin/sh -e -export CPPFLAGS="$CPPFLAGS $(pkgconf --cflags libmd)" +CPPFLAGS="$CPPFLAGS $(pkgconf --cflags libmd)" +export CPPFLAGS ./configure \ --prefix=/usr -- cgit v1.2.3