Searched refs:TOKEN_VERSION (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dfido2-unprot.sh14 TOKEN_VERSION=$(${FIDO_TOOLS_PREFIX}fido2-token -V 2>&1)
20 TOKEN_VERSION_MAJOR=$(echo "$TOKEN_VERSION" | cut -d. -f1)
21 TOKEN_VERSION_MINOR=$(echo "$TOKEN_VERSION" | cut -d. -f2)
23 echo "Please install libfido2 1.5.0 or higher (current version: $TOKEN_VERSION)"

Completed in 190 milliseconds