Skip to content

Commit

Permalink
Merge pull request tock#504 from jrvanwhy/makefile-shell
Browse files Browse the repository at this point in the history
Specify Bash as the shell to use in Makefile.
  • Loading branch information
bradjc committed Aug 21, 2023
2 parents c2fef04 + e542dd2 commit 110af62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Make uses /bin/sh by default, which is a different shell on different OSes.
# Specify Bash instead so we don't have to test against a variety of shells.
SHELL := /bin/bash

# By default, let's print out some help
.PHONY: usage
usage:
Expand Down

0 comments on commit 110af62

Please sign in to comment.