[git] GPG-ERROR - branch, master, updated. libgpg-error-1.32-44-g2e9ee74
by NIIBE Yutaka
cvs at cvs.gnupg.org
Wed Oct 31 08:56:33 CET 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".
The branch, master has been updated
via 2e9ee747ac81434ca542291287eb56c9025f0a39 (commit)
from 93d45f7e7e937020c796781705516a4b62e6589a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2e9ee747ac81434ca542291287eb56c9025f0a39
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Wed Oct 31 16:55:53 2018 +0900
gpgrt-config: Fix typo in the script.
* src/gpgrt-config: Add missing $ for libdir_option.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
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
-----------------------------------------------------------------------
Summary of changes:
src/gpgrt-config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list