mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
tiny change
This commit is contained in:
parent
e195aceb54
commit
a0ec17955d
@ -200,7 +200,7 @@ REM ############ Merge function ############
|
||||
:merge
|
||||
SETLOCAL DisableDelayedExpansion
|
||||
(
|
||||
FOR /F tokens^=2^,^*^ delims^=^'^" %%G IN ('FINDSTR /B /R /C:"user_pref.*\)" "%~1"') DO (
|
||||
FOR /F tokens^=2^,^*^ delims^=^'^" %%G IN ('FINDSTR /B /R /C:"user_pref.*\).*;" "%~1"') DO (
|
||||
IF NOT "%%G"=="" (
|
||||
IF NOT "%%H"=="" (SET "%%G=%%H")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user