Skip to content

Commit

Permalink
fix: force makefile to use bash
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Sep 21, 2023
1 parent ac4cfba commit 4fd65b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/gateway-api/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Force the use of bash as the shell for more features
SHELL=/bin/bash

SHELLOPTS:=$(if $(SHELLOPTS),$(SHELLOPTS):)pipefail:errexit
.ONESHELL:

Expand Down

0 comments on commit 4fd65b5

Please sign in to comment.