commit e6919adbd6e5b43f87f1836e9ccba0868e30b255
Author: Scott Kostyshak <[email protected]>
Date: Fri Jun 27 13:38:34 2025 +0200
lyxbuild: chain build-commands with &&
---
development/lyx-tester/lyxbuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index fa930f9d7e..4d2a6a9e0f 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -48,7 +48,7 @@ function runthis() {
LOG="${LOGS_D}/$1"
shift
- echo "$@" >> "${build_script_f}"
+ echo "$@ &&" >> "${build_script_f}"
# TODO: first need to clean up STDERR from other outputs
# The following tee's STDERR:
@@ -838,4 +838,9 @@ if [ "${bisect}" = "1" ] && [ "${patch_old}" = "1" ]; then
git reset --hard
git checkout "${hash_orig}"
fi
+
+# this is mostly to close the chain, because runthis appends "&&" to every
+# command line stored in build-commands.
+echo "echo 'all done.'" >> "${LOGS_D}/build-commands"
+
echo "$(ECHOPREFIX)done."
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs