cross/init.sh: echo "done." to avoid wait to propagate the exit status of the dotter

This commit is contained in:
Giacomo Tesio 2019-08-12 00:35:25 +02:00
parent 1781fc1393
commit f094ef7ff2
1 changed files with 1 additions and 0 deletions

View File

@ -215,3 +215,4 @@ ln -sf /bin/bash $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-sh
kill $dotter
wait $dotter 2>/dev/null
echo "done."