]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
die on error
authorSage Weil <sage@newdream.net>
Fri, 11 Feb 2011 17:21:49 +0000 (09:21 -0800)
committerSage Weil <sage@newdream.net>
Fri, 11 Feb 2011 17:21:49 +0000 (09:21 -0800)
build_snapshot.sh

index f4b0a23cb4bac526aa3d11cb4137d5ace3e5a941..389f90c17d73f5e0629e6c7f8931dfd5bf7d54f8 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh -x
 
+set -e
+
 bindir=`dirname $0`
 releasedir=$1
 pbuilddir=$2