home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de2c4dd
)
More lenient python3 existence test.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 26 Aug 2015 01:12:11 +0000
(
03:12
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 26 Aug 2015 01:12:11 +0000
(
03:12
+0200)
start_server_client_union.sh
patch
|
blob
|
history
diff --git
a/start_server_client_union.sh
b/start_server_client_union.sh
index 116a18858730db1d08d348642cf8c3dbe55228cc..c56bf06cfa370b21dfde7024d5bcab4922151ced 100755
(executable)
--- a/
start_server_client_union.sh
+++ b/
start_server_client_union.sh
@@
-11,7
+11,7
@@
fi
# Abort if no proper Python version installed.
test=`command -v python3 | wc -l`
-if [ 1
!=
$test ]
+if [ 1
-gt
$test ]
then
echo "FAILURE:"
echo "No python3 installed, but it's needed!"