From 0eaa7e0bdedf2f2340c1cf4bd342da361abc2585 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 14 Feb 2016 10:07:10 +0000 Subject: [PATCH] use env bash in nvm-exec and install.sh --- install.sh | 2 +- nvm-exec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c1da5b5..27b6333 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash { # this ensures the entire script is downloaded # diff --git a/nvm-exec b/nvm-exec index e92d4aa..0d28870 100755 --- a/nvm-exec +++ b/nvm-exec @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash DIR="$(command cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"