diff options
author | yvt <i@yvt.jp> | 2021-06-14 00:51:06 +0900 |
---|---|---|
committer | yvt <i@yvt.jp> | 2021-06-14 22:06:09 +0900 |
commit | 262a41dd2a56f6a601f0c178507fc9cf18f7c34f (patch) | |
tree | d492487d9e2a898ce85c6cae1e84413cccc3da9c /etc/taskcluster/simulate_github_events.py | |
parent | 8ee8700c824ca54bf4973555a57543c04cc8b37f (diff) | |
download | servo-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 'etc/taskcluster/simulate_github_events.py')
-rwxr-xr-x | etc/taskcluster/simulate_github_events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/simulate_github_events.py b/etc/taskcluster/simulate_github_events.py index 95faa5b34ae..c99436b9106 100755 --- a/etc/taskcluster/simulate_github_events.py +++ b/etc/taskcluster/simulate_github_events.py @@ -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 |