From: Michael Tremer Date: Fri, 16 Aug 2024 15:57:12 +0000 (+0000) Subject: make.sh: Don't abort the build if the terminal is being resized X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e45d49e976c6a645098b77203bf857d37696a37;p=people%2Fmfischer%2Fipfire-2.x.git make.sh: Don't abort the build if the terminal is being resized Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index ab45e5394..c5936a671 100755 --- a/make.sh +++ b/make.sh @@ -870,6 +870,11 @@ execute() { # Go back and wait continue ;; + + # Ignore SIGWINCH + 156) + continue + ;; esac break