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