From f3ccb8ebc2182b5ee4b54648c9bf5c68eff7456d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 11 Feb 2011 09:21:49 -0800 Subject: [PATCH] die on error --- build_snapshot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_snapshot.sh b/build_snapshot.sh index f4b0a23c..389f90c1 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 -- 2.39.5