Skip to content

Commit 0f46959

Browse files
committed
set SHELL to bash as code spaces use sh
1 parent 752e624 commit 0f46959

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021 Veritas Technologies LLC. All rights reserved. IP63-2828-7171-04-15-9
1+
# Copyright (c) 2023 Veritas Technologies LLC. All rights reserved. IP63-2828-7171-04-15-9
22

33
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
44
.DEFAULT_GOAL := help
@@ -7,6 +7,7 @@ help: ## Display this help message.
77
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
88

99
TOP=$(CURDIR)
10+
include $(TOP)/Makefile.conf
1011

1112
# Go build related variables
1213
GOSRC=$(TOP)

Makefile.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright (c) 2023 Veritas Technologies LLC. All rights reserved. IP63-2828-7171-04-15-9
2+
3+
SHELL = /bin/bash

0 commit comments

Comments
 (0)