From: mike.fabian@it-mannesmann.de (Mike Fabian)
Subject: quoting problem with bash
18 Jan 1999 09:29:27 -0800
Message-ID: <199901181152.DAA15307.cygnus.gnu-win32@cygnus.com>
Reply-To: mike.fabian@it-mannesmann.de
To: gnu-win32@cygnus.com


using the bash from Cygwin B20 I found the following behaviour very
weird:

	~$emacs -batch --eval "(message \"hi\")"
	End of file during parsing

is this a quoting bug in the Cygwin bash? If I add "echo" at the
beginning of the commandline it looks OK:

	~$echo emacs -batch --eval "(message \"hi\")"
	emacs -batch --eval (message "hi")

and the same command also runs fine with the MKS Korn shell:

	[D:/home/fabian] emacs -batch --eval "(message \"hi\")"
	hi

I am using the following version of Cygwin:

	~$uname -a
	CYGWIN_NT-4.0 MWT555 20.1 (0.3/1/1) 1998-12-3 20:39:18 i686 unknown

Mike

-- 
Mike Fabian   (mike.fabian@it-mannesmann.de)
Mannesmann Datenverarbeitung
Mathematische/Technische Systeme Verfahrenstechnik
Rehhecke 50, D-40885 Ratingen
Tel.: +49-2102 97 1763, Fax: +49-2102 97 1345



-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
