From 3f3be050c02a1f1846fa30ca337e711c16e300f9 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 7 Jul 2020 08:47:36 +0200 Subject: 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. --- pkg/vcs/testdata/linux/config-bisect.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/vcs/testdata/linux') diff --git a/pkg/vcs/testdata/linux/config-bisect.pl b/pkg/vcs/testdata/linux/config-bisect.pl index 1ed8a377f..3388e3da0 100755 --- a/pkg/vcs/testdata/linux/config-bisect.pl +++ b/pkg/vcs/testdata/linux/config-bisect.pl @@ -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 -- cgit mrf-deployment