*: Use /usr/bin/env in shebangs for bash & zsh
To increase the portability (OSX for example has zsh under `/bin/zsh`).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# The separation and recursion is sadly necessary since reload is apparently
|
||||
# executed in a subshell and thus using an environment variable does not work
|
||||
|
||||
Reference in New Issue
Block a user