Skip to content

Commit

Permalink
patch-22 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miermontoto committed Feb 15, 2018
1 parent 62388ee commit beb9ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Root.cmd
Expand Up @@ -174,7 +174,7 @@ rem Note that in some cases this won't be needed, it's just to avoid problems.

::compatibility mode
echo Detecting OS... [#]
if %clip%==1 (echo set "clip=" >>%sessions%.log & goto skipos)ec
if %clip%==1 (echo set "clip=" >>%sessions%.log & goto skipos)
if "%userprofile%" == "C:\Documents and Settings\%username%" (set clip=1) ELSE (set clip=0)
:skipos
if NOT %clip%==1 goto noxp
Expand Down

0 comments on commit beb9ae6

Please sign in to comment.