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
parent 020605c420
commit 3ca9146c80

View File

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