Skip to content

Commit

Permalink
fix: a Makefile’s SHELL variable is not an executable shebang (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger authored Oct 7, 2022
1 parent f4bbcb2 commit 89e8520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

# Use bash as the shell when executing a rule's recipe. For more details:
# https://www.gnu.org/software/make/manual/html_node/Choosing-the-Shell.html
# https://stackoverflow.com/questions/10376206/what-is-the-preferred-bash-shebang
SHELL := /usr/bin/env bash
SHELL := bash

# Set the package's name and version for use throughout the Makefile.
PACKAGE_NAME := package
Expand Down

0 comments on commit 89e8520

Please sign in to comment.