From e79812f58751a78ebfd21806aaa1de2e6fcadff6 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Fri, 7 Jun 2019 13:24:13 -0700 Subject: Standardize on bash for shell scripts Use #!/bin/bash in all shell scripts Signed-off-by: Nathaniel Graff --- scripts/submodules-use-ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/submodules-use-ssh.sh') diff --git a/scripts/submodules-use-ssh.sh b/scripts/submodules-use-ssh.sh index 25a270d..106af2b 100755 --- a/scripts/submodules-use-ssh.sh +++ b/scripts/submodules-use-ssh.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/bash # By default, when you clone Freedom E SDK, submodules are instantiated with their # origin URLs pointing to GitHub's HTTPS URL for the repository. -- cgit v1.2.1-18-gbd029