[MNG-6648] 'mavenrc_pre' script does not receive arguments like mavenrc in Bourne shell does

This closes #511
This commit is contained in:
Michael Osipov 2021-07-22 21:07:03 +02:00
parent a2f81065ff
commit f7a775b79a
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ title %0
@REM Execute a user defined script before this one
if not "%MAVEN_SKIP_RC%"=="" goto skipRcPre
@REM check for pre script, once with legacy .bat ending and once with .cmd ending
if exist "%USERPROFILE%\mavenrc_pre.bat" call "%USERPROFILE%\mavenrc_pre.bat"
if exist "%USERPROFILE%\mavenrc_pre.cmd" call "%USERPROFILE%\mavenrc_pre.cmd"
if exist "%USERPROFILE%\mavenrc_pre.bat" call "%USERPROFILE%\mavenrc_pre.bat" %*
if exist "%USERPROFILE%\mavenrc_pre.cmd" call "%USERPROFILE%\mavenrc_pre.cmd" %*
:skipRcPre
@setlocal