diff --git a/sysa/bash-5.1/bash-5.1.sh b/sysa/bash-5.1/bash-5.1.sh index dc064b0..22fbc9a 100755 --- a/sysa/bash-5.1/bash-5.1.sh +++ b/sysa/bash-5.1/bash-5.1.sh @@ -11,6 +11,8 @@ src_prepare() { rm configure autoconf-2.61 + # Without this bash build can be non-deterministic when using + # our old bash 2.05b which was built with Mes C library. sed -i 's/sleep 3/sleep 3; sync/' builtins/psize.sh }