From 2e9ee747ac81434ca542291287eb56c9025f0a39 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 31 Oct 2018 16:55:53 +0900 Subject: gpgrt-config: Fix typo in the script. * src/gpgrt-config: Add missing $ for libdir_option. Signed-off-by: NIIBE Yutaka --- src/gpgrt-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpgrt-config b/src/gpgrt-config index 1524677..9ff0b3a 100755 --- a/src/gpgrt-config +++ b/src/gpgrt-config @@ -480,7 +480,7 @@ EOF fi # --libdir option has precedence over the env var. -if [ -n "libdir_option" ]; then +if [ -n "$libdir_option" ]; then libdir=$(substitute_vars $libdir_option) PKG_CONFIG_LIBDIR=$libdir/pkgconfig fi -- cgit v1.2.3