From: Sage Weil Date: Fri, 11 Feb 2011 17:21:49 +0000 (-0800) Subject: die on error X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f3ccb8ebc2182b5ee4b54648c9bf5c68eff7456d;p=ceph-build.git die on error --- diff --git a/build_snapshot.sh b/build_snapshot.sh index f4b0a23cb..389f90c17 100755 --- a/build_snapshot.sh +++ b/build_snapshot.sh @@ -1,5 +1,7 @@ #!/bin/sh -x +set -e + bindir=`dirname $0` releasedir=$1 pbuilddir=$2