1
0
mirror of https://github.com/est31/leaftest.git synced 2025-06-17 17:20:22 +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 committed by est31
parent 020605c420
commit 5c56b38b89

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