diff options
author | midipix <writeonce@midipix.org> | 2019-01-01 15:06:13 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-01 15:06:46 -0500 |
commit | 40af0acb9f1e161f6efd21e0fca0e2eac3d8337a (patch) | |
tree | 8c4fbe589448eee4f4ec4aa18689fa678769015d /sofort/tools | |
parent | f7f8661f999065aa4a67bb71929de8a58be26a1b (diff) | |
download | pemagine-40af0acb9f1e161f6efd21e0fca0e2eac3d8337a.tar.bz2 pemagine-40af0acb9f1e161f6efd21e0fca0e2eac3d8337a.tar.xz |
build system: pkgconf.sh: be strict (set -eu).
Diffstat (limited to 'sofort/tools')
-rwxr-xr-x | sofort/tools/pkgconf.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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}" |