configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 16b6f69503c10906d29a8f4f7e6306930469174b
Author: Christian Lohmaier <[email protected]>
AuthorDate: Thu Mar 12 10:54:34 2026 +0100
Commit: Christian Lohmaier <[email protected]>
CommitDate: Thu Mar 12 15:30:18 2026 +0100
fix typo in configure.ac after 4f09d74afdaaa263a8920e66bcfedfac4eb08d00
TARFILE_LOCATION_ is of course wrong and nullifies the change in
question and as a result TARFILE_LOCATION was still the
wsl-container-style path when substituting the variable in the validator
scripts.
Change-Id: I79e8a5dca5e2e2027466eee58c59f91390b3cb0f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/201526
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <[email protected]>
Reviewed-by: Christian Lohmaier <[email protected]>
diff --git a/configure.ac b/configure.ac
index c3c367fc9aed..136e9bddd518 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16291,7 +16291,7 @@ if test -n "$WSL_ONLY_AS_HELPER"; then
BUILDDIR="$formatted_path"
# TARFILE_LOCATION and JAVAINTERPRETER are used in the validator scripts
PathFormat "$TARFILE_LOCATION"
- TARFILE_LOCATION_="$formatted_path"
+ TARFILE_LOCATION="$formatted_path"
PathFormat "$JAVAINTERPRETER"
JAVAINTERPRETER="$formatted_path"
# git-bash has (gnu) tar, curl and sha256sum