1
0
mirror of https://github.com/arkenfox/user.js.git synced 2026-06-13 16:01:30 +05:30

fix for previous commit

Take it or leave it. Up to you, as always.
This commit is contained in:
claustromaniac
2017-12-27 03:32:58 +00:00
committed by GitHub
parent a1f10513ea
commit 7cd2c650cb
+1 -1
View File
@@ -73,7 +73,7 @@ SETLOCAL DisableDelayedExpansion
SET "_line=%%H" SET "_line=%%H"
SETLOCAL EnableDelayedExpansion SETLOCAL EnableDelayedExpansion
SET "_pref=!_line: =!" SET "_pref=!_line: =!"
SET "_pref=!_line: =!" SET "_pref=!_pref: =!"
IF /I "user_pref"=="!_pref:~0,9!" ( IF /I "user_pref"=="!_pref:~0,9!" (
FOR /F "delims=," %%X IN ("!_pref!") DO (SET "_pref=%%X") FOR /F "delims=," %%X IN ("!_pref!") DO (SET "_pref=%%X")
SET _pref=!_pref:"=""! SET _pref=!_pref:"=""!