]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zprofile/40_zcompile
do not die if compiling finds no files
[zsh.git] / .zsh / zprofile / 40_zcompile
index 23fd063cc1589356d1e3654b13673b74a6d29d6b..91b133af00427fc4fbddfee967f5fe480322d3cf 100644 (file)
@@ -15,7 +15,7 @@ fi
 
 if [ -n "$ZVARDIR" ] && [ -d "$ZVARDIR" ]; then
   rm -f $ZVARDIR/**/*.zwc(.N)
-  for f ($ZVARDIR/comp*(.)) zcompile $f
+  for f ($ZVARDIR/comp*(.N)) zcompile $f
 fi
 
 # vim:ft=zsh