From 60dd0293ef9450c9e07c63326dd2334dc3ef27df Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 2 Mar 2025 19:37:10 -0500 Subject: [PATCH] common/travis/build.sh: don't set -e xbps-src intentionally exits non-zero if broken or nocross, so let it do that, as error exits are handled in the script. fixes: #54561 --- common/travis/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/travis/build.sh b/common/travis/build.sh index d8ec4eafc7d..c85c4cc5876 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -2,8 +2,6 @@ # # build.sh -set -e - if [ "$1" != "$2" ]; then arch="-a $2" fi