Home
last modified time | relevance | path

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

/mbedtls-3.6.0/scripts/
Doutput_env.sh22 BIN="$1"
33 if ! type "$BIN" > /dev/null 2>&1; then
38 BIN=`which "$BIN"`
39 VERSION_STR=`$BIN $ARGS 2>&1`
52 echo " * ${BIN##*/}$VARIANT: ${BIN} : ${VERSION_STR} "