tiny change

This commit is contained in:
claustromaniac 2018-01-16 01:27:36 -03:00 committed by GitHub
parent e195aceb54
commit a0ec17955d
No known key found for this signature in database
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")
)