r2241: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 25 Jul 2002 16:13:49 +0000 (16:13 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 25 Jul 2002 16:13:49 +0000 (16:13 +0000)
debian/make-upstream.sh

index cc2749783768363d739cd909d3127402db54b358..6729134a29087f98a81a960d9b95a57048816d2d 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/bash -e
 
-bups.sh -Sclsql -Dcl-sql -f"-name test.config" -d"-name .bin"
+bups.sh -Sclsql -Dcl-sql -f"-name test.config" -d"-name .bin" || 
+  (echo "Error building upstream" >& 2; exit 1)
+
 exit 0
+