Use /usr/bin/env bash in hashbang

From https://github.com/atom/apm/issues/282#issuecomment-100289741
This commit is contained in:
Machisté N. Quintana
2015-05-11 07:14:31 -04:00
parent f1f8c3d0a7
commit a64ceadad4

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ "$(uname)" == 'Darwin' ]; then
OS='Mac'