Home
last modified time | relevance | path

Searched refs:VERSION_STR (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.4.0/scripts/
Doutput_env.sh51 VERSION_STR=`$BIN $ARGS 2>&1`
57 VERSION_STR=`echo "$VERSION_STR" | $FILTER`
60 if [ -z "$VERSION_STR" ]; then
61 VERSION_STR="Version could not be determined."
64 echo " * ${BIN##*/}$VARIANT: ${BIN} : ${VERSION_STR} "