From: Kevin M. Rosenberg Date: Thu, 25 Jul 2002 16:13:49 +0000 (+0000) Subject: r2241: Auto commit for Debian build X-Git-Tag: v3.8.6~998 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=6051747d447703807a48038d9112adfa91e3d4fa r2241: Auto commit for Debian build --- diff --git a/debian/make-upstream.sh b/debian/make-upstream.sh index cc27497..6729134 100755 --- a/debian/make-upstream.sh +++ b/debian/make-upstream.sh @@ -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 +