Merge pull request #1004 from tlevine/env-bash

[Fix] use env bash rather than /bin/bash
Jordan Harband 2016-02-14 12:05:10 -08:00
commit dc9020b133
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
{ # this ensures the entire script is downloaded #

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
DIR="$(command cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
export NVM_SYMLINK_CURRENT=true
. ../../nvm.sh

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
. ../../nvm.sh