use env bash in nvm-exec and install.sh

Thomas Levine 2016-02-14 10:07:10 +00:00
parent 06b81f0f36
commit 0eaa7e0bde
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
{ # this ensures the entire script is downloaded # { # 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 )" DIR="$(command cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"