forked from OSchip/llvm-project
[clang] Use portable "#!/usr/bin/env bash" shebang for tools and utils.
Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D110041
This commit is contained in:
parent
6fbed33d4a
commit
7f5ca8cc21
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# diag-build: a tool showing enabled warnings in a project.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This script is intended as a FileCheck replacement to update the test
|
||||
# expectations in a -ast-dump test.
|
||||
|
|
Loading…
Reference in New Issue