mirror of
https://github.com/curl/curl.git
synced 2026-04-14 15:01:47 +03:00
generate.bat: remove extra % from VC11 and VC12 runs
The extra % translates to nothing, so this did not break anything they
are just superfluous.
Follow-up to 57d349fe0e
Assisted-by: Viktor Szakats
Found by Codex Security
This commit is contained in:
parent
650546fbe0
commit
0d7677ac72
1 changed files with 2 additions and 2 deletions
|
|
@ -165,12 +165,12 @@ rem
|
|||
set "R02=v100"
|
||||
set "R03=VC10"
|
||||
set "R04=4.0"
|
||||
) else if "%1%" == "VC11" (
|
||||
) else if "%1" == "VC11" (
|
||||
set "R01=12.00"
|
||||
set "R02=v110"
|
||||
set "R03=VC11"
|
||||
set "R04=4.0"
|
||||
) else if "%1%" == "VC12" (
|
||||
) else if "%1" == "VC12" (
|
||||
set "R01=12.00"
|
||||
set "R02=v120"
|
||||
set "R03=VC12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue