We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caae26a commit 9e306a2Copy full SHA for 9e306a2
install.sh
@@ -41,7 +41,7 @@ try_build() {
41
42
bin=bin/languageclient
43
if [ -f "$bin" ]; then
44
- installed_version=0.1.154
+ installed_version=$($bin -V)
45
case "${installed_version}" in
46
*${version}*) echo "Version is equal to ${version}, skip install." ; exit 0 ;;
47
*) rm -f "$bin" ;;
0 commit comments