Home
last modified time | relevance | path

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

/mbedtls-development/scripts/
A Doutput_env.sh34 BIN="$1"
45 if ! type "$BIN" > /dev/null 2>&1; then
50 BIN=`which "$BIN"`
51 VERSION_STR=`$BIN $ARGS 2>&1`
64 echo " * ${BIN##*/}$VARIANT: ${BIN} : ${VERSION_STR} "

Completed in 1 milliseconds