From 3ca9146c80e22efb17e950dcdc6e5921dc6b62db Mon Sep 17 00:00:00 2001 From: fireglow Date: Sun, 24 Jan 2016 13:37:14 +0100 Subject: [PATCH] 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. --- mapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapper.sh b/mapper.sh index 6a99168..aebde0a 100755 --- a/mapper.sh +++ b/mapper.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash MAPDIR=$1 SPAWNPOS=$2