mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2026-01-19 16:15:37 +01:00
Fix shellcheck warnings
This commit is contained in:
parent
85919cd1ff
commit
45df07c185
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue