Browse Source

Switch from /bin/sh to /bin/bash

You have bashisms in your script and /bin/sh might not always be bash. In that case the script would fail (for example on Ubuntu).
master
Harald Glatt 12 years ago
parent
commit
6a6e435855
  1. 2
      nvm.sh

2
nvm.sh

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# Node Version Manager # Node Version Manager
# Implemented as a bash function # Implemented as a bash function

Loading…
Cancel
Save