From 294f13872bfbde2171fc117a305e5646ddcc7dd6 Mon Sep 17 00:00:00 2001 From: "Daniel M. Drucker" Date: Wed, 14 Mar 2018 13:41:56 -0400 Subject: [PATCH] convention is that a sourced (not executed) script should NOT have a shebang --- goto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goto.sh b/goto.sh index e11edad..a36dcba 100644 --- a/goto.sh +++ b/goto.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +# shellcheck shell=bash # shellcheck disable=SC2039 # MIT License #