Skip to content

Commit

Permalink
configure: Add python3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed Oct 23, 2019
1 parent 7749761 commit 0857452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inpath()

if ( inpath bash ); then
pp=""
for p in python3 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python2 python2.7 python
for p in python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python2 python2.7 python
do
if ( inpath $p ); then
pp="$p"
Expand Down

0 comments on commit 0857452

Please sign in to comment.