Fix regression from 32a42f2

Substitions does not work with /bin/sh so we have to call /bin/bash
This commit is contained in:
Bob Maerten 2013-04-17 17:41:34 +02:00
commit de2d07bd2e

View file

@ -7,7 +7,7 @@ function uninstall_oh_my_zsh() {
}
function upgrade_oh_my_zsh() {
/usr/bin/env ZSH=$ZSH /bin/sh $ZSH/tools/upgrade.sh
/usr/bin/env ZSH=$ZSH /bin/bash $ZSH/tools/upgrade.sh
}
function take() {