1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

fixed autoupdate

This commit is contained in:
nebirhos 2011-04-29 17:12:40 +02:00
parent 784c56cd09
commit 626fa5b1d8

View file

@ -25,10 +25,11 @@ then
if [ "$line" = Y ] || [ "$line" = y ]
then
/bin/sh $ZSH/tools/upgrade.sh
# update the zsh file
_update_zsh_update
fi
fi
else
# create the zsh file
_update_zsh_update
fi
# update the zsh file
_update_zsh_update