Show More
@@ -9,7 +9,7 b'' | |||||
9 | # node: the node|short hg was built from, or empty if built from a tag |
|
9 | # node: the node|short hg was built from, or empty if built from a tag | |
10 | gethgversion() { |
|
10 | gethgversion() { | |
11 | if [ -z "${1+x}" ]; then |
|
11 | if [ -z "${1+x}" ]; then | |
12 | python="python" |
|
12 | python="python3" | |
13 | else |
|
13 | else | |
14 | python="$1" |
|
14 | python="$1" | |
15 | fi |
|
15 | fi |
General Comments 0
You need to be logged in to leave comments.
Login now