]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
sbuild-post-build-get-reports: Remove -u due to possibly empty BUILD_TRIGGERS
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Mon, 28 Jul 2014 10:03:22 +0000 (12:03 +0200)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Mon, 28 Jul 2014 10:03:22 +0000 (12:03 +0200)
sbuild-post-build-get-reports

index 05ab37a436ffd73449c1aa9d78ba2cf0677efa69..541081d5dee47110a2e24cb7ba97efc66a169476 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-set -eu
+set -e
 
 pkgbuilddir=$1
 if test ! -d "$pkgbuilddir"; then