utils/*.sh: Prefer /usr/bin/env bash for portability. (#3697)

Fixes use on NixOS.
This commit is contained in:
Will Dietz 2022-08-10 13:09:55 -05:00 committed by GitHub
parent d4504cb7ea
commit 81120cd7de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##===- utils/build-release.sh - Build Release ----------------*- Script -*-===##
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##===- utils/equiv-rtl.sh - Formal Equivalence via yosys------*- Script -*-===##
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##===- utils/get-capnp.sh - Install CapnProto ----------------*- Script -*-===##
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##===- utils/get-iverilog.sh - Install Icarus Verilog ---------*- Script -*-===##
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##===- utils/get-or-tools.sh - Install OR-Tools --------------*- Script -*-===##
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##===- utils/get-verilator.sh - Install Verilator ------------*- Script -*-===##
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##===- utils/update-docs-dialects.sh - build dialect diagram -*- Script -*-===##
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.