mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -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
|
||||
|
||||
set -e
|
||||
|
||||
if [ -z $MESON ]; then
|
||||
MESON=`which meson`
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue