mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 01:40:27 +00:00
Make sure that platformtest.sh aborts when autogen.sh fails
This commit is contained in:
parent
a69866f3f9
commit
3890304b54
@ -98,6 +98,10 @@ if [ ! -r "$SRC_D/configure" ]; then
|
|||||||
else
|
else
|
||||||
./autogen.sh >/dev/null
|
./autogen.sh >/dev/null
|
||||||
fi
|
fi
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "$NAME: \"$SRC_D/autogen.sh\" script failed, aborting!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
cd "$MY_D" || exit 1
|
cd "$MY_D" || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user