Fix shellcheck warnings

This commit is contained in:
a1346054 2026-01-14 23:21:05 +00:00
commit 45df07c185
No known key found for this signature in database
GPG key ID: D149AD21DC40440C

View file

@ -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 \