diff --git a/bb b/bb index e26281d41d..2882d71926 100755 --- a/bb +++ b/bb @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2019 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be diff --git a/cipd b/cipd index df485c1bd7..e7b39e3f49 100755 --- a/cipd +++ b/cipd @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/usr/bin/env bash # Copyright (c) 2016 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be diff --git a/led b/led index c273aa0888..bc71abad5e 100755 --- a/led +++ b/led @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2017 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be diff --git a/luci-auth b/luci-auth index e2c50c084e..02a7f4f1ea 100755 --- a/luci-auth +++ b/luci-auth @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2018 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be diff --git a/lucicfg b/lucicfg index 87989fc4e0..49e207a33c 100755 --- a/lucicfg +++ b/lucicfg @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2019 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be diff --git a/mac_toolchain b/mac_toolchain index ef4beaef76..baa2f3738c 100755 --- a/mac_toolchain +++ b/mac_toolchain @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2017 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be diff --git a/prpc b/prpc index 74153b7967..4860810916 100755 --- a/prpc +++ b/prpc @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2018 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be diff --git a/vpython b/vpython index 9befaa6908..eee9537aa5 100755 --- a/vpython +++ b/vpython @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2018 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be