From 184c22bea37d2bee3885ef96c1a3664361b02912 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 24 Oct 2018 14:14:59 +0900 Subject: gpg-error-config: Fix previous commit. Signed-off-by: NIIBE Yutaka --- src/gpg-error-config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gpg-error-config.in b/src/gpg-error-config.in index 5c84dd8..c1c771a 100644 --- a/src/gpg-error-config.in +++ b/src/gpg-error-config.in @@ -63,8 +63,7 @@ while test $# -gt 0; do --exec-prefix) output="$output $exec_prefix" ;; - --modversion) - --version) + --modversion|--version) echo "@PACKAGE_VERSION@" exit 0 ;; -- cgit v1.2.3