From 9cf785fbac1ee244329673cf91e6f56bf85a6824 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Mon, 7 May 2018 11:53:30 -0700 Subject: [PATCH] Fix scripts by using `bash` explictitly Fixes #8 --- scripts/bootstrap-unreleased.sh | 2 +- scripts/update-styling.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap-unreleased.sh b/scripts/bootstrap-unreleased.sh index 55d69ea87..f12dcd89d 100755 --- a/scripts/bootstrap-unreleased.sh +++ b/scripts/bootstrap-unreleased.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash ## # Copyright 2016 Google Inc. All Rights Reserved. diff --git a/scripts/update-styling.sh b/scripts/update-styling.sh index c6f69a3c7..4fd2f63b4 100755 --- a/scripts/update-styling.sh +++ b/scripts/update-styling.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash ## # Copyright 2016 Google Inc. All Rights Reserved.