commit 44c0b714cf9d6f8ebfd74636af17d856c15ad183
Author: Scott Kostyshak <[email protected]>
Date: Tue Jul 15 23:18:12 2025 +0200
lyxbuild: remove unnecessary "/" in build commands
---
development/lyx-tester/lyxbuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index e59b76071f..aac18a2a36 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -914,7 +914,7 @@ else
# might not be the same on the reproducer's system.
#
# Make sure we keep these two commands in sync.
- echo "cmake ${cmake_Werror_flags} \"\${LYX_GIT_REPO}/\" ${cmake_flags[@]}
&&" >> "${LOGS_D}/build-commands"
+ echo "cmake ${cmake_Werror_flags} \"\${LYX_GIT_REPO}\" ${cmake_flags[@]} &&"
>> "${LOGS_D}/build-commands"
# We do not redirect STDERR on purpose. This way, if there is new STDERR
output, it
# will be easier to catch.
# todo: ideally we would want to tee STDERR so it is also in the log.
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs