]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Don't abort the build if the terminal is being resized
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Aug 2024 15:57:12 +0000 (15:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Aug 2024 15:57:12 +0000 (15:57 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index ab45e53946f20dd1c7753064c12b09b164c09278..c5936a67179b72142bf90149154b226027488f6e 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -870,6 +870,11 @@ execute() {
                                                # Go back and wait
                                                continue
                                                ;;
+
+                                       # Ignore SIGWINCH
+                                       156)
+                                               continue
+                                               ;;
                                esac
 
                                break