Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
efb560ee
Commit
efb560ee
authored
Oct 02, 2017
by
Anselm Kruis
Committed by
Steve Dower
Oct 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-31662: Fix typos in uploadrelease.bat script
parent
e6cfdefa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Tools/msi/uploadrelease.bat
Tools/msi/uploadrelease.bat
+3
-3
No files found.
Tools/msi/uploadrelease.bat
View file @
efb560ee
...
...
@@ -22,9 +22,9 @@ if "%1" EQU "-t" (set TARGET=%~2) && shift && shift && goto CheckOpts
if
"
%
1"
EQU
"--target"
(
set
TARGET
=
%
~
2
)
&&
shift
&&
shift
&&
goto
CheckOpts
if
"
%
1"
EQU
"--dry-run"
(
set
DRYRUN
=
true
)
&&
shift
&&
goto
CheckOpts
if
"
%
1"
EQU
"--skip-gpg"
(
set
NOGPG
=
true
)
&&
shift
&&
goto
CheckOpts
if
"
%
1"
EQU
"--skip-purge"
(
set
PURGE_OPTION
=)
&&
shift
&&
go
d
o
CheckOpts
if
"
%
1"
EQU
"--skip-test"
(
set
NOTEST
=
true
)
&&
shift
&&
go
d
o
CheckOpts
if
"
%
1"
EQU
"-T"
(
set
NOTEST
=
true
)
&&
shift
&&
go
d
o
CheckOpts
if
"
%
1"
EQU
"--skip-purge"
(
set
PURGE_OPTION
=)
&&
shift
&&
go
t
o
CheckOpts
if
"
%
1"
EQU
"--skip-test"
(
set
NOTEST
=
true
)
&&
shift
&&
go
t
o
CheckOpts
if
"
%
1"
EQU
"-T"
(
set
NOTEST
=
true
)
&&
shift
&&
go
t
o
CheckOpts
if
"
%
1"
NEQ
""
echo
Unexpected
argument
"
%
1"
&
exit
/B
1
if
not
defined
PLINK
where
plink
>
"
%TEMP%
\plink.loc"
2
>
nul
&&
set
/P
PLINK
=
<
"
%TEMP%
\plink.loc"
&
del
"
%TEMP%
\plink.loc"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment