aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/gpgrt-config2
1 files changed, 1 insertions, 1 deletions
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