tiny change
This commit is contained in:
parent
e195aceb54
commit
a0ec17955d
@ -200,7 +200,7 @@ REM ############ Merge function ############
|
|||||||
:merge
|
:merge
|
||||||
SETLOCAL DisableDelayedExpansion
|
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 "%%G"=="" (
|
||||||
IF NOT "%%H"=="" (SET "%%G=%%H")
|
IF NOT "%%H"=="" (SET "%%G=%%H")
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user