mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix running of all.sh on macOS
Was getting 'dd: unknown operand status' Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
b7f5b97650
commit
226aca195f
|
|
@ -3111,7 +3111,7 @@ run_component () {
|
|||
local dd_cmd
|
||||
dd_cmd=(dd if=/dev/urandom of=./tests/seedfile bs=64 count=1)
|
||||
case $OSTYPE in
|
||||
linux*|freebsd*|openbsd*|darwin*) dd_cmd+=(status=none)
|
||||
linux*|freebsd*|openbsd*) dd_cmd+=(status=none)
|
||||
esac
|
||||
"${dd_cmd[@]}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue