diff options
Diffstat (limited to 'pkg')
| -rwxr-xr-x | pkg/build/linux_gen.sh | 2 | ||||
| -rwxr-xr-x | pkg/html/gen.sh | 2 |
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. |
