mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2026-06-16 11:36:14 +08:00
Fix shellcheck warnings
This commit is contained in:
parent
85919cd1ff
commit
45df07c185
@ -5,7 +5,7 @@ set -ex
|
||||
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 -L "https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$TEST_ZSH_VERSION" | tar xz --strip=1
|
||||
|
||||
./Util/preconfig
|
||||
./configure --enable-pcre \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user