projects
/
lttng-ci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c9c62
)
jjb: fix unbounded PYTHON variable in print.sh
author
Michael Jeanson
<mjeanson@efficios.com>
Wed, 30 Sep 2020 20:53:14 +0000
(16:53 -0400)
committer
Michael Jeanson
<mjeanson@efficios.com>
Wed, 30 Sep 2020 20:53:14 +0000
(16:53 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/common/print.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/common/print.sh
b/scripts/common/print.sh
index 21c5e609219a72253337a918ef57305af0f322de..047ed7d188c8e9d3ea669df8f16616c3979bfc64 100755
(executable)
--- a/
scripts/common/print.sh
+++ b/
scripts/common/print.sh
@@
-108,7
+108,7
@@
print_tooling() {
${TAR:-tar} --version | head -n1
print_blue "Selected python version"
- ${PYTHON} --version
+ ${PYTHON
:-python
} --version
if command -v "${PYTHON2:-python2}" >/dev/null 2>&1; then
print_blue "python2 version"
This page took
0.029344 seconds
and
4
git commands to generate.