mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-08 01:43:51 +02:00
10 (the desktop app is so comfortable that I can commit while I do other stuff)
This commit is contained in:
parent
79fc85f763
commit
b8d450dd21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue