summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/clippy2
-rwxr-xr-xbin/fmt2
-rwxr-xr-xbin/smoke_test2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/clippy b/bin/clippy
index 66df660..b668875 100755
--- a/bin/clippy
+++ b/bin/clippy
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Copyright 2019 The Chromium OS Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff --git a/bin/fmt b/bin/fmt
index 60070dd..b1bf5fe 100755
--- a/bin/fmt
+++ b/bin/fmt
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Copyright 2019 The Chromium OS Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff --git a/bin/smoke_test b/bin/smoke_test
index b2d71f3..50cb79c 100755
--- a/bin/smoke_test
+++ b/bin/smoke_test
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Copyright 2019 The Chromium OS Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.