mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Use #!/usr/bin/env bash
in shell scripts for NixOS compatibility
Signed-off-by: yvt <i@yvt.jp>
This commit is contained in:
parent
8ee8700c82
commit
262a41dd2a
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Handy tool for extracting #defines from jsapi.h. For example:
|
# Handy tool for extracting #defines from jsapi.h. For example:
|
||||||
# ./jsdefine %x JSCLASS_GLOBAL_FLAGS
|
# ./jsdefine %x JSCLASS_GLOBAL_FLAGS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Emit documentation for private items so it is easier to look
|
# Emit documentation for private items so it is easier to look
|
||||||
# up internal definitions.
|
# up internal definitions.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright 2018 The Servo Project Developers. See the COPYRIGHT
|
# Copyright 2018 The Servo Project Developers. See the COPYRIGHT
|
||||||
# file at the top-level directory of this distribution.
|
# file at the top-level directory of this distribution.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
# 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
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Tests tidy for shell scripts.
|
# Tests tidy for shell scripts.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Cross-compile environment for Android on ARMv7 and x86
|
# Cross-compile environment for Android on ARMv7 and x86
|
||||||
#
|
#
|
||||||
# Contents licensed under the terms of the OpenSSL license
|
# Contents licensed under the terms of the OpenSSL license
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue