add -e switch at install-zls.sh

This commit is contained in:
Naoya Yamashita
2024-07-14 17:43:32 +09:00
committed by mattn
parent 7d74bc4f1b
commit 6fcb1a4442

View File

@@ -1,5 +1,7 @@
#!/bin/sh
set -e
git clone https://github.com/zigtools/zls .
git checkout "refs/tags/$(git tag | grep "^$(zig version | sed -r 's/\.[0-9]+$//')")"
git submodule update --init --recursive