summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-03-07 01:28:41 +0000
committerAlyssa Ross <hi@alyssa.is>2020-03-09 03:02:54 +0000
commit97c7c5f4ff11468d1cb44ffbce5c4aa98295b8b8 (patch)
tree5ed3da381e4cf08e06493e304b89fb83d589e85f /bin
parent4d73d47d4b0af918c66776dd31b72fd2386379d3 (diff)
downloadcrosvm-97c7c5f4ff11468d1cb44ffbce5c4aa98295b8b8.tar
crosvm-97c7c5f4ff11468d1cb44ffbce5c4aa98295b8b8.tar.gz
crosvm-97c7c5f4ff11468d1cb44ffbce5c4aa98295b8b8.tar.bz2
crosvm-97c7c5f4ff11468d1cb44ffbce5c4aa98295b8b8.tar.lz
crosvm-97c7c5f4ff11468d1cb44ffbce5c4aa98295b8b8.tar.xz
crosvm-97c7c5f4ff11468d1cb44ffbce5c4aa98295b8b8.tar.zst
crosvm-97c7c5f4ff11468d1cb44ffbce5c4aa98295b8b8.zip
bin: #!/bin/bash -> #!/usr/bin/env bash
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.