Update rtestint problem 237 to match the actual result.
[maxima.git] / crosscompile-windows / lispselector.bat
blob9f37a5bf1a55c1991c6be91fb5409b38a34645eb
1 @echo off\r
2 rem SPDX-License-Identifier: GPL-2.0-or-later\r
3 rem startscript for Lisp configuration tool\r
4 \r
5 rem the get directory, where the this file is installed (including final "\")\r
6 set xmpath=%~dp0\r
7 \r
8 start "" "%xmpath%wish86s.exe" "%xmpath%lispselector.tcl" %*\r
9 \r