Browse code

fixed autoupdate

nebirhos authored on 29/04/2011 at 15:12:40
Showing 1 changed files
... ...
@@ -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
-