Add a comment explaining bash workaround.

This commit is contained in:
Andrius Štikonas 2021-03-24 22:09:23 +00:00
parent e30b56cb3e
commit cb52876ba8
1 changed files with 2 additions and 0 deletions

View File

@ -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
}