diff --git a/release/scripts/make-pkg-package.sh b/release/scripts/make-pkg-package.sh --- a/release/scripts/make-pkg-package.sh +++ b/release/scripts/make-pkg-package.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + # Simulate the build environment. Note that we need to unset some variables # which are set in the src tree since they have different (unwanted) effects # in the ports tree.