Remove set -e from autogen

This commit is contained in:
Stephen Bancroft 2021-03-31 14:27:05 +11:00
parent f0ab2bc1db
commit 6990e93827
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
# Only there to make jhbuild happy
set -e
if [ -z $MESON ]; then
MESON=`which meson`
fi