]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build-doc: don't ignore errors
authorJohn Spray <john.spray@redhat.com>
Wed, 11 Feb 2015 12:56:34 +0000 (12:56 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 11 Feb 2015 13:24:13 +0000 (13:24 +0000)
It's hard to see what went wrong when e.g. a pip
install fails, if it just steams right past.

Signed-off-by: John Spray <john.spray@redhat.com>
admin/build-doc

index ae9050d7a75575bf28f8ee46b51d2ef07113cf6d..a88ac631ebb18127a93fc1a943b77da2900d848f 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
+
+set -e
+
 cd "$(dirname "$0")"
 cd ..
 TOPDIR=`pwd`