mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 20:01:06 +00:00
Merge remote-tracking branch 'public/pr/1823' into mbedtls-2.1
This commit is contained in:
commit
275265dc1d
|
@ -254,7 +254,7 @@ if type lsof >/dev/null 2>/dev/null; then
|
|||
done
|
||||
}
|
||||
else
|
||||
echo "Warning: lsof not available, wait_server_start = sleep $START_DELAY"
|
||||
echo "Warning: lsof not available, wait_server_start = sleep"
|
||||
wait_server_start() {
|
||||
sleep "$START_DELAY"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue