Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Somebody with gcc knowledge here? (Was: termcap moodule problem on Cygwin )
- X-seq: zsh-workers 13419
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: Somebody with gcc knowledge here? (Was: termcap moodule problem on Cygwin )
- Date: Thu, 1 Feb 2001 08:55:05 +0300
- Importance: Normal
- In-reply-to: <E14O1TX-0005Wt-00@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
>
> Andrej Borsenkow wrote:
> >+ case "$all_subdirs" in
> >+ *" $lastsub"* ) ;;
> >+ *" $lastsub "* ) ;;
>
> What you actually want here is
>
> case "$all_subdirs " in
> *" $lastsub "* ) ;;
>
I actually wanted is
case "$all_subdirs" in
*" $lastsub" ) ;;
*" $lastsub "* ) ;;
to catch the case of just added subdir. It was copy'n'paste problem.
Or do I miss something?
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author