Use `/usr/bin/env bash` as shebang

This will enable systems that install bash in a different location to launch the shell.
Tested on FreeBSD, which installs bash to /usr/local/bin/bash.
This commit is contained in:
fireglow 2016-01-24 13:37:14 +01:00 committed by est31
parent 020605c420
commit 5c56b38b89
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
MAPDIR=$1
SPAWNPOS=$2