From 1a1f40cc81233b765b5ba2128b1b3607d89e03ea Mon Sep 17 00:00:00 2001 From: Maxim Karasev Date: Fri, 27 Aug 2021 19:27:16 +0300 Subject: [PATCH] Change shebang to '/usr/bin/env sh' in sxmo_workspace.sh Signed-off-by: Stacy Harper --- scripts/core/sxmo_workspace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_workspace.sh b/scripts/core/sxmo_workspace.sh index 7f73b39..c502c52 100644 --- a/scripts/core/sxmo_workspace.sh +++ b/scripts/core/sxmo_workspace.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env sh # include common definitions # shellcheck source=scripts/core/sxmo_common.sh