From bde4231c26891ca17ffcce591c9635f850eaa266 Mon Sep 17 00:00:00 2001 From: tigergao99 Date: Fri, 30 Oct 2020 11:39:03 -0400 Subject: pkg/build, pkg/html: make bash path OS compatible --- pkg/html/gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/html') 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. -- cgit mrf-deployment