mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 14:55:24 +01:00
Add a comment explaining bash workaround.
This commit is contained in:
parent
e30b56cb3e
commit
cb52876ba8
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ src_prepare() {
|
||||||
rm configure
|
rm configure
|
||||||
autoconf-2.61
|
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
|
sed -i 's/sleep 3/sleep 3; sync/' builtins/psize.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue