aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authortigergao99 <tigergao1999@outlook.com>2020-10-30 11:39:03 -0400
committerMark Johnston <markjdb@gmail.com>2020-10-30 13:56:53 -0400
commitbde4231c26891ca17ffcce591c9635f850eaa266 (patch)
tree907af0b1cdd31d100630d9088b36e5ba6130a679 /pkg
parenta6e3ac3bf259067ffd6e50fe8e4a158f097c1da5 (diff)
pkg/build, pkg/html: make bash path OS compatible
Diffstat (limited to 'pkg')
-rwxr-xr-xpkg/build/linux_gen.sh2
-rwxr-xr-xpkg/html/gen.sh2
2 files changed, 2 insertions, 2 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.
diff --git a/pkg/html/gen.sh b/pkg/html/gen.sh
index 52ffa0f64..6182754b9 100755
--- a/pkg/html/gen.sh
+++ b/pkg/html/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.