aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@