From e8a075f349c1d657cc18f4bee56183ad835f1c8f Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 1 Jan 2019 15:06:13 -0500 Subject: build system: pkgconf.sh: be strict (set -eu). --- sofort/tools/pkgconf.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sofort/tools/pkgconf.sh b/sofort/tools/pkgconf.sh index a37e368..614fdec 100755 --- a/sofort/tools/pkgconf.sh +++ b/sofort/tools/pkgconf.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -eu + # prefix, exec_prefix if [ "$PKGCONF_PREFIX" = "$PKGCONF_EXEC_PREFIX" ]; then pkgconf_prefix="${PKGCONF_PREFIX}" -- cgit v1.2.3