1
0
mirror of https://github.com/mintty/wsltty.git synced 2024-10-05 18:31:04 +01:00

generic parameter list (#147)

This commit is contained in:
mintty 2019-02-18 17:13:31 +01:00
parent 1533c27b36
commit c9acce8d76

View File

@ -97,7 +97,7 @@ echo Creating %1.bat
echo @echo off> %1.bat echo @echo off> %1.bat
echo rem Start mintty terminal for WSL package %name% in current directory>> %1.bat echo rem Start mintty terminal for WSL package %name% in current directory>> %1.bat
echo %target% -i "%icon%" %minttyargs% %bridgeargs% %%1 %%2 %%3 %%4 %%5 %%6 %%7 %%8 %%9>> %1.bat echo %target% -i "%icon%" %minttyargs% %bridgeargs% %%*>> %1.bat
/EOB /EOB
fi fi