Home | History | Annotate | Download | only in tools

Lines Matching refs:version

5 # Licensed under the Apache License, Version 2.0 (the "License");
17 # Version: 1.3-a11
61 if ! "$CURL_COMMAND" --version >/dev/null 2>&1 ; then
66 if "$CURL_COMMAND" --version | grep -q "SecureTransport" ; then
70 if "$CURL_COMMAND" --version | grep -q "OpenSSL/1.0.0" ; then
72 elif curl --version | grep -q "OpenSSL/0." ; then
86 if ! "$JAVA_COMMAND" -version >/dev/null 2>&1 ; then
92 JAVA_VERSION=$("$JAVA_COMMAND" -version 2>&1 | head -1 | grep --only-matching -e \"1\\.[0-9]* | cut -c 4-)
94 echo "'$JAVA_COMMAND': Failed to parse version, please ensure you're running a supported java"
162 echo "'$BASE64_COMMAND' is not a supported version"
188 echo "base64 is not mandatory but installing a supported version can help with standard output and standard error problems"