mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 05:10:43 +00:00
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:
parent
ef6b94b522
commit
3f3be050c0
2
pkg/vcs/testdata/linux/config-bisect.pl
vendored
2
pkg/vcs/testdata/linux/config-bisect.pl
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user