1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-01 16:31:53 +02:00

unposted: fix patterns previous patch

This commit is contained in:
Andrey Borzenkov 2001-02-02 08:44:53 +00:00
parent 8ff6a955fe
commit 7194a50300
2 changed files with 5 additions and 2 deletions

@ -1,3 +1,7 @@
2001-02-02 Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
* unposted: Src/mkmakemod.sh: patterns in 13412 were wrong.
2001-02-02 Sven Wischnowsky <wischnow@zsh.org>
* Peter: 13427: Completion/Core/_expand: fix for handling quoting

@ -132,8 +132,7 @@ if $first_stage; then
$the_subdir/$lastsub/*) ;;
$the_subdir/*/*)
lastsub=`echo $modfile | sed 's,^'$the_subdir'/,,;s,/[^/]*$,,'`
case "$all_subdirs" in
*" $lastsub"* ) ;;
case "$all_subdirs " in
*" $lastsub "* ) ;;
* )
all_subdirs="$all_subdirs $lastsub"