mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Delay the expansion to avoid syntax issues. Closes #3177
This commit is contained in:
parent
ef6d17eb28
commit
a36c660bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ rem (excluding extension).
|
|||
set PROG=%~dpn0.py
|
||||
|
||||
if not exist "%PROG%" (
|
||||
echo Cannot run %PROG%
|
||||
echo Cannot run !PROG!
|
||||
echo because that file does not exist.
|
||||
exit /B 1
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue