make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Savannah bug #4364


From: Sauder, Vernon
Subject: RE: Savannah bug #4364
Date: Thu, 31 Jul 2003 13:54:34 -0400

I believe the quote character for Windows CMD shell is ^.

Vernon Sauder


-----Original Message-----
From: Eli Zaretskii [mailto:address@hidden 
Sent: Thursday, July 31, 2003 2:27 AM
To: address@hidden
Cc: address@hidden
Subject: Re: Savannah bug #4364


> From: "address@hidden" <address@hidden>
> Date: Wed, 30 Jul 2003 19:30:05 -0400
> 
> Need to fake Batch processor in CMD.EXE(or command.com) into treating 
> "$" as literal, not interpret; but how I do not know.
> 
> may try \$
> but I don't have much faith in that solution.

I doubt that \$ will help: that's not how Windows shells quote special
characters.  Quotes "" might help, except that the example already uses
them...

I vaguely recall that the WINDOWS32 port of Make uses batch files to run
commands in some cases, so perhaps the way to solve this would be to force
Make not to go the batch-file way.



_______________________________________________
Make-w32 mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/make-w32




reply via email to

[Prev in Thread] Current Thread [Next in Thread]