File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ exit /b
135135 echo " %OLD_PATH% " > " %temp% \%_rand% _cmder_lib_pathA"
136136 if errorlevel 1 ( if exist " %temp% \%_rand% _cmder_lib_pathA" del " %temp% \%_rand% _cmder_lib_pathA" & goto :toolong )
137137 echo " %PATH% " > " %temp% \%_rand% _cmder_lib_pathB"
138- if errorlevel 1 ( if exist " %temp% \%_rand% _cmder_lib_pathA" del " %temp% \%_rand% _cmder_lib_pathA" & if exist " %temp% \%_cmder_lib_pathB" del "% temp%\% _rand%_cmder_lib_pathB" & goto :toolong )
138+ if errorlevel 1 ( if exist " %temp% \%_rand% _cmder_lib_pathA" del " %temp% \%_rand% _cmder_lib_pathA" & if exist " %temp% \%_rand% _cmder_lib_pathB" del " %temp% \%_rand% _cmder_lib_pathB" & goto :toolong )
139139 fc /b " %temp% \%_rand% _cmder_lib_pathA" " %temp% \%_rand% _cmder_lib_pathB" 2 > nul 1 > nul
140140 if errorlevel 1 ( del " %temp% \%_rand% _cmder_lib_pathA" & del " %temp% \%_rand% _cmder_lib_pathB" & set " _rand = " & goto :changed )
141141 del " %temp% \%_rand% _cmder_lib_pathA" & del " %temp% \%_rand% _cmder_lib_pathB" & set " _rand = "
You can’t perform that action at this time.
0 commit comments