use env bash rather than /bin/bash
My bash is not installed in /bin/bash.
parent
8a20234586
commit
06b81f0f36
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue