mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix template
This commit is contained in:
parent
84cf485b31
commit
0a3028329f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ shift
|
|||
REM Note on argument forwarding:
|
||||
REM - We cannot use %* here because SHIFT does not update %* (it still contains the original argv).
|
||||
REM - CMD only exposes nine positional parameters at a time: %1 .. %9. %10 is parsed as %1 followed by '0'.
|
||||
\set "PATH=%CLEAN_PATH%" & aikido-pip3 %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
set "PATH=%CLEAN_PATH%" & aikido-pip3 %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
goto :eof
|
||||
|
||||
:CALL_PIP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue