From 36c0295cf7b6301d13682a2b6ec70904ead091bd Mon Sep 17 00:00:00 2001 From: nyarla Date: Thu, 30 Jan 2020 13:26:48 +0900 Subject: fix: Fix bash throws bad interpreter error by fix commit about #126 --- installer/install-vls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/install-vls.sh') diff --git a/installer/install-vls.sh b/installer/install-vls.sh index 494e520..f3b523b 100755 --- a/installer/install-vls.sh +++ b/installer/install-vls.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -e -- cgit v1.2.3-54-g00ecf