logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: cb52876ba8a064e3fcbb08ddcdefb86160ff4ec2
parent e30b56cb3ed082162064b2807fdb1d293a38ab8c
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Wed, 24 Mar 2021 22:09:23 +0000

Add a comment explaining bash workaround.

Diffstat:

Msysa/bash-5.1/bash-5.1.sh2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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 }