mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Merge 21ca3b5b91 into c3d4e576c9
This commit is contained in:
commit
bf0b6aec44
4 changed files with 10 additions and 10 deletions
|
|
@ -3,10 +3,10 @@
|
|||
set -ex
|
||||
|
||||
for v in $(grep "^[^#]" ZSH_VERSIONS); do
|
||||
mkdir zsh-$v
|
||||
cd zsh-$v
|
||||
mkdir "zsh-$v"
|
||||
cd "zsh-$v"
|
||||
|
||||
curl -L https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$v | tar xz --strip=1
|
||||
curl -L "https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$v" | tar xz --strip=1
|
||||
|
||||
./Util/preconfig
|
||||
./configure --enable-pcre \
|
||||
|
|
@ -22,5 +22,5 @@ for v in $(grep "^[^#]" ZSH_VERSIONS); do
|
|||
|
||||
cd ..
|
||||
|
||||
rm -rf zsh-$v
|
||||
rm -rf "zsh-$v"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue