Revert "replace bash shebang with '#!/usr/bin/env bash" for portability"

This reverts commit 86dace91a2.
This commit is contained in:
Daniel Imms
2017-10-06 09:33:22 -07:00
parent 8cf286389b
commit e29c517386
18 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
if [[ "$OSTYPE" == "darwin"* ]]; then
realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"; }