1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-05-28 06:26:08 +02:00

tiny change

This commit is contained in:
claustromaniac 2018-01-16 01:27:36 -03:00 committed by GitHub
parent e195aceb54
commit a0ec17955d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
)