diff options
| author | Mark Johnston <markjdb@gmail.com> | 2020-11-02 14:39:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-02 11:39:30 -0800 |
| commit | 7f344fa6473fd40c7a5c006e5cb6a3017b4fc193 (patch) | |
| tree | 2fa7f2d9cf783c7a09cc6c1b98aec37e16f8e2fb /tools/create-openbsd-vmm-worker.sh | |
| parent | f73622566ee98c1b4d780bf4ad28fbdbde4fdcaa (diff) | |
tools: add script to check shebang lines (#2234)
* pkg/vcs: remove obsolete test script
Per Dmitry, this should have been removed as part of 8f58e4b
("pkg/bisect: switch to kconfig.Minimize").
* all: convert shebang lines to use /usr/bin/env
* Makefile: fix non-portable use of find(1)
Diffstat (limited to 'tools/create-openbsd-vmm-worker.sh')
| -rwxr-xr-x | tools/create-openbsd-vmm-worker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-openbsd-vmm-worker.sh b/tools/create-openbsd-vmm-worker.sh index 1cc2b2dbc..60906881b 100755 --- a/tools/create-openbsd-vmm-worker.sh +++ b/tools/create-openbsd-vmm-worker.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2018 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. |
