Better shebang: /usr/bin/env bash
This commit is contained in:
parent
7b39af75f2
commit
650ca05f6e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Setup constants
|
# Setup constants
|
||||||
NL=$'\n'
|
NL=$'\n'
|
||||||
|
|
Reference in a new issue