From b6e6d5eba409ca26934308a171c01210747248d7 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Fri, 23 Jun 2017 13:06:02 -0400 Subject: Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash' This is mainly useful for being able to run these scripts on BSDs. And for users who use a Bash not installed to /bin. --- projects/cros-ec/cros-ec | 2 +- projects/cros-ec/cros-ec-helper | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'projects/cros-ec') diff --git a/projects/cros-ec/cros-ec b/projects/cros-ec/cros-ec index 1e90c28e..a8a5a634 100755 --- a/projects/cros-ec/cros-ec +++ b/projects/cros-ec/cros-ec @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski # diff --git a/projects/cros-ec/cros-ec-helper b/projects/cros-ec/cros-ec-helper index abbc869c..a2ec762c 100755 --- a/projects/cros-ec/cros-ec-helper +++ b/projects/cros-ec/cros-ec-helper @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski # -- cgit v1.2.3-70-g09d2