mirror of
https://github.com/mintty/wsltty.git
synced 2025-09-17 18:52:23 +01:00
fix previous change
This commit is contained in:
@@ -4,8 +4,6 @@ set refinstalldir=%%LOCALAPPDATA%%\wsltty
|
|||||||
set refconfigdir=%%APPDATA%%\wsltty
|
set refconfigdir=%%APPDATA%%\wsltty
|
||||||
if "%installdir%" == "" set installdir="%LOCALAPPDATA%\wsltty"
|
if "%installdir%" == "" set installdir="%LOCALAPPDATA%\wsltty"
|
||||||
if "%configdir%" == "" set configdir="%APPDATA%\wsltty"
|
if "%configdir%" == "" set configdir="%APPDATA%\wsltty"
|
||||||
set installdir="%LOCALAPPDATA%\wsltty"
|
|
||||||
set configdir="%APPDATA%\wsltty"
|
|
||||||
call dequote installdir
|
call dequote installdir
|
||||||
call dequote configdir
|
call dequote configdir
|
||||||
set oldroot="%installdir%"
|
set oldroot="%installdir%"
|
||||||
|
Reference in New Issue
Block a user