mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	tiny change
This commit is contained in:
		@@ -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")
 | 
				
			||||||
		)
 | 
							)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user