mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
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:
parent
768b082834
commit
59fa57f2a3
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
# Only there to make jhbuild happy
|
# Only there to make jhbuild happy
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
if [ -z $MESON ]; then
|
if [ -z $MESON ]; then
|
||||||
MESON=`which meson`
|
MESON=`which meson`
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue