From cb52876ba8a064e3fcbb08ddcdefb86160ff4ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 24 Mar 2021 22:09:23 +0000 Subject: [PATCH] Add a comment explaining bash workaround. --- sysa/bash-5.1/bash-5.1.sh | 2 ++ 1 file changed, 2 insertions(+) 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 }