cross/init.sh: echo "done." to avoid wait to propagate the exit status of the dotter
This commit is contained in:
parent
1781fc1393
commit
f094ef7ff2
|
@ -215,3 +215,4 @@ ln -sf /bin/bash $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-sh
|
||||||
|
|
||||||
kill $dotter
|
kill $dotter
|
||||||
wait $dotter 2>/dev/null
|
wait $dotter 2>/dev/null
|
||||||
|
echo "done."
|
||||||
|
|
Loading…
Reference in New Issue