From e25a6113c4da639bcff9d00b715b8260c7a5ae68 Mon Sep 17 00:00:00 2001 From: Wang Shida Date: Thu, 26 Aug 2021 15:15:50 +0800 Subject: [PATCH] Bugfix: Missed the shebang prefix --- helper_scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper_scripts/install.sh b/helper_scripts/install.sh index f9dea7f..f5d7c40 100755 --- a/helper_scripts/install.sh +++ b/helper_scripts/install.sh @@ -1,4 +1,4 @@ -/bin/sh +#!/bin/sh set -eu -o pipefail