Home
last modified time | relevance | path

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

/mbedtls-latest/scripts/
Doutput_env.sh39 VERSION_STR=`$BIN $ARGS 2>&1`
45 VERSION_STR=`echo "$VERSION_STR" | $FILTER`
48 if [ -z "$VERSION_STR" ]; then
49 VERSION_STR="Version could not be determined."
52 echo " * ${BIN##*/}$VARIANT: ${BIN} : ${VERSION_STR} "