aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2021-06-21 03:16:20 +0000
committerNIIBE Yutaka <[email protected]>2021-06-21 03:16:20 +0000
commit220a427b4f997ef6af1b2d4e82ef1dc96e0cd6ff (patch)
tree5717c465cbf2e2b4a3301ad154670f517dc2a692
parentcore: Avoid truncation of error message in the middle of a character. (diff)
downloadlibgpg-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-xsrc/gen-lock-obj.sh2
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