aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authoryvt <i@yvt.jp>2021-06-14 00:51:06 +0900
committeryvt <i@yvt.jp>2021-06-14 22:06:09 +0900
commit262a41dd2a56f6a601f0c178507fc9cf18f7c34f (patch)
treed492487d9e2a898ce85c6cae1e84413cccc3da9c /support
parent8ee8700c824ca54bf4973555a57543c04cc8b37f (diff)
downloadservo-262a41dd2a56f6a601f0c178507fc9cf18f7c34f.tar.gz
servo-262a41dd2a56f6a601f0c178507fc9cf18f7c34f.zip
Use `#!/usr/bin/env bash` in shell scripts for NixOS compatibility
Signed-off-by: yvt <i@yvt.jp>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/android/openssl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/android/openssl.sh b/support/android/openssl.sh
index 5877e3f4a8a..db57fa6ddf1 100755
--- a/support/android/openssl.sh
+++ b/support/android/openssl.sh
@@ -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