mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Fix regression from 32a42f2
Substitions does not work with /bin/sh so we have to call /bin/bash
This commit is contained in:
parent
85426a57a2
commit
de2d07bd2e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function uninstall_oh_my_zsh() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function upgrade_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() {
|
function take() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue