Merge pull request #1004 from tlevine/env-bash

[Fix] use env bash rather than /bin/bash
This commit is contained in:
Jordan Harband
2016-02-14 12:05:10 -08:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
{ # this ensures the entire script is downloaded #
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
DIR="$(command cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
export NVM_SYMLINK_CURRENT=true
. ../../nvm.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
. ../../nvm.sh