mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
bootstrap: Fix exit code when autoreconf fails (#962)
Fixes: ./bootstrap: line 37: exit: $: numeric argument required
This commit is contained in:
parent
c9eb85691f
commit
f09b2555ac
@ -32,4 +32,4 @@ BROTLI_VERSION="$BROTLI_VERSION_MAJOR.$BROTLI_VERSION_MINOR.$BROTLI_VERSION_PATC
|
||||
sed -i.bak "$SED_ERE" "s/[0-9]+:[0-9]+:[0-9]+/$BROTLI_ABI_INFO/" Makefile.am
|
||||
sed -i.bak "$SED_ERE" "s/\[[0-9]+\.[0-9]+\.[0-9]+\]/[$BROTLI_VERSION]/" configure.ac
|
||||
|
||||
autoreconf --install --force --symlink || exit $
|
||||
autoreconf --install --force --symlink || exit $?
|
||||
|
Loading…
Reference in New Issue
Block a user