1
0
mirror of https://github.com/est31/leaftest.git synced 2025-05-11 05:20:32 +02:00

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

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