mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Use #!/usr/bin/env bash in shell scripts for NixOS compatibility
Signed-off-by: yvt <i@yvt.jp>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user