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-gce-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/create-gce-image.sh') diff --git a/tools/create-gce-image.sh b/tools/create-gce-image.sh index 54eb56764..075143fcc 100755 --- a/tools/create-gce-image.sh +++ b/tools/create-gce-image.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2016 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