mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-12-27 22:43:41 +08:00
fix(install_test_zsh.sh): fetch latest config.{guess,sub} files
This commit is contained in:
parent
11d17e7fea
commit
39be8ef8e1
|
@ -6,6 +6,8 @@ mkdir 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 -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
|
||||
./configure --enable-pcre \
|
||||
|
|
Loading…
Reference in New Issue
Block a user