Use #!/usr/bin/env bash in shell scripts for NixOS compatibility

Signed-off-by: yvt <i@yvt.jp>
This commit is contained in:
yvt 2021-06-14 00:51:06 +09:00
parent 8ee8700c82
commit 262a41dd2a
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Handy tool for extracting #defines from jsapi.h. For example:
# ./jsdefine %x JSCLASS_GLOBAL_FLAGS

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Emit documentation for private items so it is easier to look
# up internal definitions.

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2018 The Servo Project Developers. See the COPYRIGHT
# file at the top-level directory of this distribution.

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Tests tidy for shell scripts.

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Cross-compile environment for Android on ARMv7 and x86
#
# Contents licensed under the terms of the OpenSSL license