Skip to content

Commit

Permalink
set shell to bash in Makefile to enable unset
Browse files Browse the repository at this point in the history
  • Loading branch information
to-json authored and j committed Aug 21, 2023
1 parent 7c70bb6 commit db36cdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#: set shell to bash to make shell builtin behaviour consistent
SHELL := /usr/bin/env bash

#: install dependencies; set dev_only for only development dependencies or use the install_dev target
install:
ifeq ($(dev_only),) # dev_only not set
Expand Down

0 comments on commit db36cdc

Please sign in to comment.