aboutsummaryrefslogtreecommitdiff
path: root/installer/install-reason-language-server.sh
diff options
context:
space:
mode:
authornyarla <nyarla@thotep.net>2020-01-30 13:26:48 +0900
committernyarla <nyarla@thotep.net>2020-01-30 13:26:48 +0900
commit36c0295cf7b6301d13682a2b6ec70904ead091bd (patch)
tree2d46abce0fa24c9404e01c7ee6308f01d516ed00 /installer/install-reason-language-server.sh
parent9a95bf72eca2c0da2585a7fb3b4361ba230e425f (diff)
downloadvim-lsp-settings-36c0295cf7b6301d13682a2b6ec70904ead091bd.tar.gz
vim-lsp-settings-36c0295cf7b6301d13682a2b6ec70904ead091bd.tar.bz2
vim-lsp-settings-36c0295cf7b6301d13682a2b6ec70904ead091bd.zip
fix: Fix bash throws bad interpreter error by fix commit about #126
Diffstat (limited to 'installer/install-reason-language-server.sh')
-rwxr-xr-xinstaller/install-reason-language-server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-reason-language-server.sh b/installer/install-reason-language-server.sh
index f5af8c7..6d4ad55 100755
--- a/installer/install-reason-language-server.sh
+++ b/installer/install-reason-language-server.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
set -e