]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
update_pbuilder.sh: set -e
authorSage Weil <sage@inktank.com>
Wed, 12 Sep 2012 17:55:11 +0000 (10:55 -0700)
committerSage Weil <sage@inktank.com>
Wed, 12 Sep 2012 17:55:11 +0000 (10:55 -0700)
update_pbuilder.sh

index 99ff37d82d6aa84ee703e36d73b7fc491d2a1e13..8003b92a0fe755d503affdbf2e0ba9df60107458 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh -x
 
+set -e
+
 usage() {
     echo "usage: $0 basedir [dists...]"
 }