Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
11a389d7
Commit
11a389d7
authored
Oct 16, 2019
by
mattip
Browse files
typo - should exit 0
parent
df5516f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install_python.ps1
install_python.ps1
+1
-1
No files found.
install_python.ps1
View file @
11a389d7
...
...
@@ -6,7 +6,7 @@
$py_exe
=
"
${env:PYTHON}
\Python.exe"
if
(
[
System.IO.File
]::
Exists
(
$py_exe
)
)
{
echo
"
$py_exe
exists"
exit
1
exit
0
}
$req_nodot
=
$
env
:
PYTHON
-replace
'\D+Python(\d+(?:rc\d+)?)(-x64)?'
,
'$1'
$req_ver
=
$req_nodot
-replace
'(\d)(\d+)'
,
'$1.$2.0'
...
...
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