From 1fa1ae8021c469b3754fe2d783be46686381a220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Machist=C3=A9=20N=2E=20Quintana?= Date: Tue, 2 Jun 2015 21:28:33 -0400 Subject: [PATCH] Revert "Use /usr/bin/env bash in hashbang" --- atom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom.sh b/atom.sh index 236f49ff6..ecd7da052 100755 --- a/atom.sh +++ b/atom.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash if [ "$(uname)" == 'Darwin' ]; then OS='Mac'