Skip to content

Commit 09a6578

Browse files
committed
Missing exit on failure
1 parent b5b25a3 commit 09a6578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/mci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ EOF
197197

198198
if [ ! -e /usr/share/cdbs/1/class/autotools.mk ]; then
199199
echo "Please install cdbs, debhelper, and build-essential"
200+
exit 1
200201
fi
201202

202203
python -c 'import lxml.etree'

0 commit comments

Comments
 (0)