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:
parent
020605c420
commit
3ca9146c80
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
MAPDIR=$1
|
||||
SPAWNPOS=$2
|
||||
|
Loading…
x
Reference in New Issue
Block a user