diff options
author | NIIBE Yutaka <[email protected]> | 2021-06-21 03:16:20 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2021-06-21 03:16:20 +0000 |
commit | 220a427b4f997ef6af1b2d4e82ef1dc96e0cd6ff (patch) | |
tree | 5717c465cbf2e2b4a3301ad154670f517dc2a692 | |
parent | core: Avoid truncation of error message in the middle of a character. (diff) | |
download | libgpg-error-220a427b4f997ef6af1b2d4e82ef1dc96e0cd6ff.tar.gz libgpg-error-220a427b4f997ef6af1b2d4e82ef1dc96e0cd6ff.zip |
build: Fix --disable-threads.
* src/gen-lock-obj.sh: Fix generating '}}}'.
--
GnuPG-bug-id: 5495
Reported-by: Fabrice Fontaine <[email protected]>
Fixes-commit: 1fb90a7da186ee2ee098a666f6f3a35bb1720e59
Signed-off-by: NIIBE Yutaka <[email protected]>
-rwxr-xr-x | src/gen-lock-obj.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen-lock-obj.sh b/src/gen-lock-obj.sh index 258eec6..014667f 100755 --- a/src/gen-lock-obj.sh +++ b/src/gen-lock-obj.sh @@ -121,10 +121,10 @@ while test "$i" -lt $ac_mtx_size; do fi i=$(( i + 1 )) done +echo '}}}' fi cat <<'EOF' -}}} ## ## Local Variables: ## mode: c |