pkg/vcs: fix config bisection test

/bin/bash is usually installed on linux'es,
but not on other OSes, e.g. *BSDs.
Use /bin/sh instead of /bin/bash.
This commit is contained in:
Dmitry Vyukov 2020-07-07 08:47:36 +02:00
parent ef6b94b522
commit 3f3be050c0

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# 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.
# config-bisect.pl -l ctx.git.dir -r -b ctx.git.dir kernelBaselineConfig kernelConfig