diff options
| author | Mark Johnston <markjdb@gmail.com> | 2020-02-23 18:55:55 -0500 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-02-24 10:18:37 +0100 |
| commit | 502ca6cde7a3897b576b65117bf798f53e63b8d7 (patch) | |
| tree | bf3f92520e50c634609d483a15f9b6b43c0014f4 /tools/check-copyright.sh | |
| parent | d801cb0223da621d7abb7af8b96a848d8976cc9f (diff) | |
tools: avoid hard-coding the path to interpreters
On BSD they are usually installed under /usr/local/.
Diffstat (limited to 'tools/check-copyright.sh')
| -rwxr-xr-x | tools/check-copyright.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-copyright.sh b/tools/check-copyright.sh index 776577b7d..7972d2a8f 100755 --- a/tools/check-copyright.sh +++ b/tools/check-copyright.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. |
