From de2d07bd2ebacd231828c918a98d33591f15351a Mon Sep 17 00:00:00 2001 From: Bob Maerten Date: Wed, 17 Apr 2013 17:41:34 +0200 Subject: [PATCH] Fix regression from 32a42f2 Substitions does not work with /bin/sh so we have to call /bin/bash --- lib/functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.zsh b/lib/functions.zsh index 63ab755cf..ff538c88d 100644 --- a/lib/functions.zsh +++ b/lib/functions.zsh @@ -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() {