From c97af215258bcc71ecc0e01a0d78794018be4ecf Mon Sep 17 00:00:00 2001 From: Alan Dipert Date: Tue, 10 Feb 2015 18:32:19 -0500 Subject: Use env in Makefile --- bash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/Makefile') diff --git a/bash/Makefile b/bash/Makefile index df663b5..5028788 100644 --- a/bash/Makefile +++ b/bash/Makefile @@ -6,7 +6,7 @@ all: mal.sh mal.sh: $(SOURCES) cat $+ > $@ - echo "#!/bin/bash" > $@ + echo "#!/usr/bin/env bash" > $@ cat $+ | grep -v "^source " >> $@ chmod +x $@ -- cgit v1.2.3