use env bash rather than /bin/bash

My bash is not installed in /bin/bash.
Thomas Levine 2016-02-08 15:29:09 +00:00
parent 8a20234586
commit 06b81f0f36
2 changed files with 2 additions and 2 deletions

View File

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

View File

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