summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-11-29 18:56:04 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-11-29 18:57:45 (GMT)
commit8611f09eccb6ea84c7852d197a1cc0ae55dbfa6d (patch)
tree8c97c43ae6450a313d3a82610ffae9a1ec90f1d4 /Swift
parented89e4251e3cbaf51a3b724a23141483ffcd8f95 (diff)
downloadswift-8611f09eccb6ea84c7852d197a1cc0ae55dbfa6d.zip
swift-8611f09eccb6ea84c7852d197a1cc0ae55dbfa6d.tar.bz2
Don't stop packaging when dpkg-builbpackage returns non-zero return value.
Diffstat (limited to 'Swift')
-rwxr-xr-xSwift/Packaging/Debian/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Packaging/Debian/package.sh b/Swift/Packaging/Debian/package.sh
index 7b29eb4..a7017c5 100755
--- a/Swift/Packaging/Debian/package.sh
+++ b/Swift/Packaging/Debian/package.sh
@@ -31,6 +31,6 @@ ln -s Swift/Packaging/Debian/debian $DIRNAME/debian
echo "Building ..."
cd $DIRNAME
-echo $PWD
+set +e
dpkg-buildpackage -S -rfakeroot -i -I
dpkg-buildpackage -b -rfakeroot -i -I