Fix lib base (#1794)

* Fix GIT_INSTALL_ROOT again

* fixed lib_base error

* fix lib help

* fix lib help
This commit is contained in:
Dax T Games
2018-05-31 07:35:02 -05:00
committed by Benjamin Staneck
parent 40b9ca4e28
commit 4df1d744d3
5 changed files with 10 additions and 13 deletions

View File

@ -7,7 +7,7 @@ set lib_git=call "%~dp0lib_git.cmd"
if "%~1" == "/h" (
%lib_base% help "%0"
%lib_base% help "%~0"
) else if "%1" neq "" (
call :%*
)
@ -20,7 +20,7 @@ exit /b
:::.
:::include:
:::.
::: call "$0"
::: call "lib_git.cmd"
:::.
:::usage:
:::.