make.sh: Don't abort the build if the terminal is being resized

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-16 15:57:12 +00:00
parent f00b2fa778
commit 5e45d49e97

View File

@@ -870,6 +870,11 @@ execute() {
# Go back and wait
continue
;;
# Ignore SIGWINCH
156)
continue
;;
esac
break