diff options
| author | tigergao99 <tigergao1999@outlook.com> | 2020-10-30 11:39:03 -0400 |
|---|---|---|
| committer | Mark Johnston <markjdb@gmail.com> | 2020-10-30 13:56:53 -0400 |
| commit | bde4231c26891ca17ffcce591c9635f850eaa266 (patch) | |
| tree | 907af0b1cdd31d100630d9088b36e5ba6130a679 /pkg/build/linux_gen.sh | |
| parent | a6e3ac3bf259067ffd6e50fe8e4a158f097c1da5 (diff) | |
pkg/build, pkg/html: make bash path OS compatible
Diffstat (limited to 'pkg/build/linux_gen.sh')
| -rwxr-xr-x | pkg/build/linux_gen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/build/linux_gen.sh b/pkg/build/linux_gen.sh index 47fe6cf59..d69e61bc7 100755 --- a/pkg/build/linux_gen.sh +++ b/pkg/build/linux_gen.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. |
