diff options
Diffstat (limited to 'Swift')
-rwxr-xr-x | Swift/Packaging/Debian/package_all_platforms.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/Packaging/Debian/package_all_platforms.sh b/Swift/Packaging/Debian/package_all_platforms.sh index 7a5e7d3..1773515 100755 --- a/Swift/Packaging/Debian/package_all_platforms.sh +++ b/Swift/Packaging/Debian/package_all_platforms.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Quit immediately if any part fails +set -e + ## To get to this stage you need to already have the pbuilder-dist stuff installed, and have already run: # for distro in squeeze sid lucid maverick; do # for arch in i386 amd64; do |