Skip to content

Commit 5dee844

Browse files
xiaohongchen1991maryamtahhan
authored andcommitted
fix: force make to use bash
Signed-off-by: Sean Chen <seachen@redhat.com>
1 parent ddaac97 commit 5dee844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright (c) 2024 Red Hat Inc
33

4+
SHELL := /bin/bash
5+
46
##@ Help
57
# The help target prints out all targets with their descriptions organized
68
# beneath their categories. The categories are represented by '##@' and the

0 commit comments

Comments
 (0)