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 13424
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxx>, "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- Subject: Re: Somebody with gcc knowledge here? (Was: termcap moodule problem on Cygwin )
- Date: Thu, 1 Feb 2001 16:39:48 +0000
- In-reply-to: <000001c08c13$86b378f0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <000001c08c13$86b378f0$21c9ca95@xxxxxxxxxxxxxx>
On Feb 1, 8:55am, Andrej Borsenkow wrote:
} Subject: RE: Somebody with gcc knowledge here? (Was: termcap moodule prob
}
} > What you actually want here is
} >
} > case "$all_subdirs " in
} > *" $lastsub "* ) ;;
}
} Or do I miss something?
You miss the significance of whitespace. Look closely at the `case'
line. Adding a trailing space there means you can always match a
trailing space in the pattern line, so you only need one pattern.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author