Skip to content

Commit

Permalink
chore: use robust bash resolution in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez committed Jan 25, 2024
1 parent 90c34c6 commit bf7265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
#!/usr/bin/make -sf

# force use of Bash
SHELL := /bin/bash
SHELL := /usr/bin/env bash
INTERACTIVE=true


Expand Down

0 comments on commit bf7265f

Please sign in to comment.