From 7f344fa6473fd40c7a5c006e5cb6a3017b4fc193 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 2 Nov 2020 14:39:30 -0500 Subject: 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) --- tools/create-openbsd-vmm-worker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/create-openbsd-vmm-worker.sh') 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. -- cgit mrf-deployment