From a46ee809c2f4981348458f5e41c78c3fa274ebcb Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 19 Apr 2022 10:35:07 -0500 Subject: [PATCH] chore: use /usr/bin/env bash --- scripts/yarn_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/yarn_install.sh b/scripts/yarn_install.sh index bb83707661b0d..743a56a1cd6ca 100755 --- a/scripts/yarn_install.sh +++ b/scripts/yarn_install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Run "yarn install" with flags appropriate to the environment # (local development vs build system)