mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-25 02:05:31 +00:00
Merge remote-tracking branch 'public/pr/779' into mbedtls-2.7
This commit is contained in:
commit
d7126d7009
|
@ -218,7 +218,7 @@ err_msg()
|
|||
check_tools()
|
||||
{
|
||||
for TOOL in "$@"; do
|
||||
if ! `hash "$TOOL" >/dev/null 2>&1`; then
|
||||
if ! `type "$TOOL" >/dev/null 2>&1`; then
|
||||
err_msg "$TOOL not found!"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue