Commit a525993f authored by Robby Russell's avatar Robby Russell
Browse files

Merged pull request #315 from nebirhos/master.

Fixies auto update (2nd try)
parents 784c56cd 626fa5b1
...@@ -25,10 +25,11 @@ then ...@@ -25,10 +25,11 @@ then
if [ "$line" = Y ] || [ "$line" = y ] if [ "$line" = Y ] || [ "$line" = y ]
then then
/bin/sh $ZSH/tools/upgrade.sh /bin/sh $ZSH/tools/upgrade.sh
# update the zsh file
_update_zsh_update
fi fi
fi fi
else
# create the zsh file
_update_zsh_update
fi fi
# update the zsh file
_update_zsh_update
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment