From bca448d6ec0faf946841e0fa804d9e7a05882b6f Mon Sep 17 00:00:00 2001 From: Patrick Callahan Date: Wed, 24 Feb 2016 22:10:20 -0700 Subject: [PATCH] relativize shell path in Makefile for compatibility with NixOS and non-standard bash paths --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a3a365..6489fd4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SHELL:=/bin/bash -O nullglob +SHELL:=/usr/bin/env bash -O nullglob XDG_CONFIG_HOME ?= $$HOME/.config FISH_CONFIG := $(XDG_CONFIG_HOME)/fish/config.fish