LADI
/
spa
1
Fork 0

autogen.sh: Immediately fail on command errors

If a command fails, there's no point in continuing with configuring
the project. Exit immediately.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
This commit is contained in:
Thomas Zimmermann 2019-05-17 11:31:21 +02:00 committed by Wim Taymans
parent ff44d57426
commit 83d1e37e2c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# Only there to make jhbuild happy
set -e
git submodule init
git submodule update