mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
||||
# Cross-compile environment for Android on ARMv7 and x86
|
||||
#
|
||||
# Contents licensed under the terms of the OpenSSL license
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue