mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 15:39:07 +08:00
%errorlevel% was always 0, even if the vendored git version was more current than the installed one Usually exiting a batch script with "exit /b exitCode" as used in :compare_versions sets %errorlevel% to the specified exit code However, this may not work if %errorlevel% was set before with "Set errorlevel=" I didn't find the location where this might have happened, but I saw the consequence of %errorlevel% always being 0 Thus I decided to use ERRORLEVEL instead as this will always work regardless of environment variable For more information check https://ss64.com/nt/errorlevel.html |
||
---|---|---|
.. | ||
bin | ||
lib | ||
psmodules | ||
clink_settings.default | ||
clink.lua | ||
cmder_exinit | ||
cmder.sh | ||
ConEmu.xml.default | ||
git-prompt.sh | ||
init.bat | ||
profile.ps1 | ||
Readme.md | ||
sources.json | ||
user_aliases.cmd.default | ||
user_profile.cmd.default | ||
user_profile.ps1.default | ||
user_profile.sh.default |
Vendor
Third parties software & init script.