diff options
author | midipix <writeonce@midipix.org> | 2019-01-01 15:06:13 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-01 15:06:47 -0500 |
commit | 1440a575f28fa4c6e6539c38e9c6f6e48bdf2cd6 (patch) | |
tree | da1980bb966d3e92a3f902c558a3bba4149def84 /sofort/tools | |
parent | 2b1e597d012c747c16cead03d0f3987a2dd132da (diff) | |
download | slibtool-1440a575f28fa4c6e6539c38e9c6f6e48bdf2cd6.tar.bz2 slibtool-1440a575f28fa4c6e6539c38e9c6f6e48bdf2cd6.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}" |