diff options
| -rw-r--r-- | bash/Makefile | 2 |
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 $@ |
