fix inconsistencies

This commit is contained in:
David Refoua
2025-11-06 18:07:13 +03:30
committed by GitHub
parent 75d6973ccf
commit 006567cdbc
5 changed files with 534 additions and 534 deletions

View File

@@ -1,12 +1,12 @@
@echo off
call "%~dp0lib_base.cmd"
call "%%~dp0lib_console.cmd"
call "%~dp0lib_console.cmd"
set lib_git=call "%~dp0lib_git.cmd"
if "%~1" == "/h" (
%lib_base% help "%~0"
) else if "%1" neq "" (
) else if "%~1" neq "" (
call :%*
)