From 73b8a5a9298f866ddb5343d5b293adff743802ae Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 19 Apr 2022 08:45:13 -0700 Subject: [PATCH] chore: use /usr/bin/env bash (#1070) --- 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 bb83707661..743a56a1cd 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)