mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
fix(install_test_zsh.sh): fetch latest config.{guess,sub} files
This commit is contained in:
parent
11d17e7fea
commit
39be8ef8e1
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ mkdir zsh-build
|
||||||
cd zsh-build
|
cd zsh-build
|
||||||
|
|
||||||
curl -L https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$TEST_ZSH_VERSION | tar xz --strip=1
|
curl -L https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$TEST_ZSH_VERSION | tar xz --strip=1
|
||||||
|
curl -o config.guess 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=refs/heads/master'
|
||||||
|
curl -o config.sub 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'
|
||||||
|
|
||||||
./Util/preconfig
|
./Util/preconfig
|
||||||
./configure --enable-pcre \
|
./configure --enable-pcre \
|
||||||
|
|
Loading…
Reference in a new issue