X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/71e18d8128073821eefda2bf9657a442aa79c04b..4bb080b20cb67b8c50b57ee7221d9d5bde718140:/docs/Build.sh diff --git a/docs/Build.sh b/docs/Build.sh index 352254b39a..0bb46f2da8 100755 --- a/docs/Build.sh +++ b/docs/Build.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # # Simplistic script to rebuild our documentation with sphinx-build @@ -8,6 +8,7 @@ if [ -e /opt/simgrid ] ; then chmod +x /opt/simgrid; fi set -e +set -o pipefail if [ "x$1" != 'xdoxy' ] && [ -e build/xml ] ; then echo "Doxygen not rerun: 'doxy' was not provided as an argument"