diff options
author | NIIBE Yutaka <[email protected]> | 2022-06-28 02:35:31 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-06-28 02:35:31 +0000 |
commit | 084d135f44a027e86f1005c893935464ffbc4b82 (patch) | |
tree | 133b71941a37f1b02b205ac645d42fed3954aca3 | |
parent | Merge branch 'master' of ssh+git://playfair.gnupg.org/git/libgpg-error (diff) | |
download | libgpg-error-084d135f44a027e86f1005c893935464ffbc4b82.tar.gz libgpg-error-084d135f44a027e86f1005c893935464ffbc4b82.zip |
Typo fix in autogen.sh.
* autogen.sh: Fix typo.
--
GnuPG-bug-id: 5769
Reported-by: Daniel Kahn Gillmor
Signed-off-by: NIIBE Yutaka <[email protected]>
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ if [ "$myhost" = "git-build" ]; then die_p make || fatal "error running make" die_p - make check || fatal "error running male check" + make check || fatal "error running make check" die_p exit 0 fi |