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 2013-07-21 08:17:51 +02:00
parent 7fb6d1ec6a
commit 6a6e435855
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

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