[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] Commit Complete
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Date: Mon, 20 Mar 2006 19:01:03 +0000
- Subject: Re: [XaraXtreme-dev] Commit Complete
--On 20 March 2006 17:29 +0000 subversion@xxxxxxxxxxxxxx wrote:
+ if test `echo $WX_CPPFLAGS | grep *__WXGTK__*`; then
Technicality I know, but shouldn't the expression be in single quotes
to prevent possible shell globbing (in case there is a file with
__WXGTK__ in the filename).
I'd avoided using grep as I wasn't sure it was a required build tool
for MS. Or does MS not use the makefile system at all?
Alex