summaryrefslogtreecommitdiff
path: root/Build/source/texk/chktex
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/chktex')
-rwxr-xr-xBuild/source/texk/chktex/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/chktex/configure b/Build/source/texk/chktex/configure
index a735eff8823..49205966a71 100755
--- a/Build/source/texk/chktex/configure
+++ b/Build/source/texk/chktex/configure
@@ -14637,12 +14637,12 @@ case $kpse_cv_have_win64 in #(
yes) :
if test "x$kpse_cv_have_win32=xmingw"
then :
- WIN_WRAPPER=w64_mingw_wrapper
+ WIN_WRAPPER=windows_mingw_wrapper
else $as_nop
- WIN_WRAPPER=w64_wrapper
+ WIN_WRAPPER=windows_wrapper
fi ;; #(
*) :
- WIN_WRAPPER=w32_wrapper ;;
+ WIN_WRAPPER=windows_wrapper ;;
esac
if test -r "$srcdir/../../texk/texlive/$WIN_WRAPPER/runscript.exe"; then