Browse Source

use env bash in nvm-exec and install.sh

Thomas Levine 9 years ago
parent
commit
0eaa7e0bde
  1. 2
      install.sh
  2. 2
      nvm-exec

2
install.sh

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

2
nvm-exec

@ -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 )"

Loading…
Cancel
Save