Fixies auto update (2nd try)
Robby Russell authored on 29/04/2011 at 17:33:21... | ... |
@@ -25,10 +25,11 @@ then |
25 | 25 |
if [ "$line" = Y ] || [ "$line" = y ] |
26 | 26 |
then |
27 | 27 |
/bin/sh $ZSH/tools/upgrade.sh |
28 |
+ # update the zsh file |
|
29 |
+ _update_zsh_update |
|
28 | 30 |
fi |
29 | 31 |
fi |
32 |
+else |
|
33 |
+ # create the zsh file |
|
34 |
+ _update_zsh_update |
|
30 | 35 |
fi |
31 |
- |
|
32 |
-# update the zsh file |
|
33 |
-_update_zsh_update |
|
34 |
- |