Skip to content

Commit

Permalink
Specify Bash as the shell to use in Makefile.
Browse files Browse the repository at this point in the history
Closes tock#502.
  • Loading branch information
jrvanwhy committed Aug 15, 2023
1 parent c2fef04 commit e542dd2
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 e542dd2

Please sign in to comment.