commit 71670f104830af15cbfe9dc7de22f4c64acd1879
Author: Scott Kostyshak <[email protected]>
Date:   Sat Aug 2 22:01:04 2025 +0200

    lyxbuild: fix build-commands call to configure.py
    
    Need to echo it asynchronously to use the variable LYX_GIT_REPO so
    that it will work no matter what the user's repository directory
    name is called.
    
    Thanks to Kornel.
---
 development/lyx-tester/lyxbuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index 0a96cfa844..410f22c8d6 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -1065,7 +1065,8 @@ PYTHON_EXEC="python3"
 
 # TODO: need to put this 'cd' into the build-command script!
 cd "${LYX_USER_DIR}"
-runthis configure-lyx.log ${PYTHON_EXEC} "${git_repo_d}/lib/configure.py" \
+echo "${PYTHON_EXEC} \"\${LYX_GIT_REPO}/lib/configure.py\" &&" >> 
"${LOGS_D}/build-commands"
+${PYTHON_EXEC} "${git_repo_d}/lib/configure.py" >> 
"${LOGS_D}/configure-lyx.log" \
   || { echo "$(WARNINGPREFIX)reconfigure failed." >&2; exit 1; }
 
 LYX_USER_DIR_NOAUTH="${LYX_USER_DIR}-noauth"
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to