mirror of
https://github.com/google/brotli.git
synced 2026-05-19 03:10:38 +00:00
bootstrap: Fix exit code when autoreconf fails (#962)
Fixes: ./bootstrap: line 37: exit: $: numeric argument required
This commit is contained in:
@@ -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 $?
|
||||
|
||||
Reference in New Issue
Block a user