10 (the desktop app is so comfortable that I can commit while I do other stuff)

This commit is contained in:
claustromaniac 2017-11-27 06:00:40 +00:00
parent 79fc85f763
commit b8d450dd21

View file

@ -65,7 +65,7 @@ DEL /F %2 2>nul
FOR /F "tokens=* delims=" %%G IN (%1) DO (
SET _pref=%%G
SET "_temp=!_pref: =!"
IF /I "user.js.parrot"=="!_temp:user.js.parrot=!"
IF /I "!_temp!"=="!_temp:user.js.parrot=!" (
IF /I "user"=="!_temp:~0,4!" (
FOR /F "delims=," %%S IN ("!_pref!") DO (
SET _pref=%%S