mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-14 07:29:12 +08:00
Cleanup
This commit is contained in:
parent
7a9ad78e66
commit
59bbdaddc7
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ Version v*
|
|||||||
.github_changelog_generator
|
.github_changelog_generator
|
||||||
launcher/.vs
|
launcher/.vs
|
||||||
launcher/src/version.rc2
|
launcher/src/version.rc2
|
||||||
|
.vs/*
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## [Unreleased](https://ci.appveyor.com/project/MartiUK/cmder/build/artifacts) (2022-03-17)
|
## [1.3.20-unreleased](https://ci.appveyor.com/project/MartiUK/cmder/build/artifacts) (2022-03-17)
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
||||||
|
10
vendor/lib/lib_path.cmd
vendored
10
vendor/lib/lib_path.cmd
vendored
@ -121,11 +121,11 @@ exit /b
|
|||||||
exit /b
|
exit /b
|
||||||
|
|
||||||
:toolong
|
:toolong
|
||||||
echo "%OLD_PATH%">"%temp%\tempfileA"
|
echo "%OLD_PATH%">"%temp%\cmder_lib_pathA"
|
||||||
echo "%PATH%">"%temp%\tempfileB"
|
echo "%PATH%">"%temp%\cmder_lib_pathB"
|
||||||
fc /b "%temp%\tempfileA" "%temp%\tempfileB" 2>nul 1>nul
|
fc /b "%temp%\cmder_lib_pathA" "%temp%\cmder_lib_pathB" 2>nul 1>nul
|
||||||
if errorlevel 1 ( del "%temp%\tempfileA" & del "%temp%\tempfileB" & goto :changed )
|
if errorlevel 1 ( del "%temp%\cmder_lib_pathA" & del "%temp%\cmder_lib_pathB" & goto :changed )
|
||||||
del "%temp%\tempfileA" & del "%temp%\tempfileB"
|
del "%temp%\cmder_lib_pathA" & del "%temp%\cmder_lib_pathB"
|
||||||
exit /b
|
exit /b
|
||||||
|
|
||||||
:changed
|
:changed
|
||||||
|
Loading…
Reference in New Issue
Block a user