[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:
Frederic Cambus 2021-09-23 21:16:11 +05:30 committed by Shivam Gupta
parent 6fbed33d4a
commit 7f5ca8cc21
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# diag-build: a tool showing enabled warnings in a project.
#

View File

@ -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.