aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/android
diff options
context:
space:
mode:
authorMark Johnston <markjdb@gmail.com>2020-11-02 14:39:30 -0500
committerGitHub <noreply@github.com>2020-11-02 11:39:30 -0800
commit7f344fa6473fd40c7a5c006e5cb6a3017b4fc193 (patch)
tree2fa7f2d9cf783c7a09cc6c1b98aec37e16f8e2fb /dashboard/config/android
parentf73622566ee98c1b4d780bf4ad28fbdbde4fdcaa (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 'dashboard/config/android')
-rwxr-xr-xdashboard/config/android/generate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/android/generate.sh b/dashboard/config/android/generate.sh
index 18dffa336..36f4bf1fc 100755
--- a/dashboard/config/android/generate.sh
+++ b/dashboard/config/android/generate.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright 2020 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.