X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=Vp
	FZLltOrmTpLWdUyP6Ozf/lBj4UlhaPIQsf52bNW1vxXdkzgUlo1Mjui/cOSOL+Oy
	nPWxrKZFs/Z2tVxmXY/SzQQneePLP6vfWYEibKEKwQbHa1/+Js7lyV4Ekpq1ui0/
	eDsSKGML9YBuocjnBNOaqIRzWJQwM6TJZlr1Pfn78=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=dC44gL2c
	WBc1cCjyWwGQtXhZSKY=; b=lENA4pMmpjpE2vgjdAiZ0mNyjkrno1EHck13vciv
	TqvYnI7FeIMVeC+zVxryXaaDIQAen9HKckBp6zPPusrIlXCUcuMj9fB58duZqFU3
	WTtL/Q+cvmeWKfBNfKF5ZoADfStaHC+mxm/9YrRUcgzAjOGRilzJUVi53vmol2mJ
	f0A=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-vc0-f172.google.com
MIME-Version: 1.0
X-Received: by 10.52.246.42 with SMTP id xt10mr12586334vdc.9.1392604545540; Sun, 16 Feb 2014 18:35:45 -0800 (PST)
In-Reply-To: <20140214152344.GA1191@ednor.casa.cgf.cx>
References: <CAHDNAGKo6SyTV_1sHsLoq6xR0p8BdT-TQ_9P=WCi+8j2dY7oEA@mail.gmail.com>	<20140214152344.GA1191@ednor.casa.cgf.cx>
Date: Mon, 17 Feb 2014 08:05:45 +0530
Message-ID: <CAHDNAG+P1JS5DYpKYTeV1XPe8Phh8EKr0+KnqkRM_d7xmgLEiw@mail.gmail.com>
Subject: Re: batch script execution failing with 255 exit code in cygwin 1.7.28
From: Prakash Babu <jprakashbabu31@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
X-IsSubscribed: yes

thanks Christopher for your response.

This is the observation I made wrt to the command line delimiters for
batch files.

cmd.exe delimiters
==============
space,
equalto(=)
semicolon (;)
comma(,)

cygwin 1.7.27 delimiters
==================
space
quotes("")
equalto(=)
comma(,)

cygwin 1.7.28 delimiters
===================
space
quotes("")
comma(,)
equalto(=) not supported

Was there any reason why just =(equalto) was removed as a command line
separator for cygwin 1.7.28 , while the other delimiters like comma
are still supported ? This is causing existing batch files that use
equalto(=) as a command line delimiter to fail with cygwin 1.7.28

thanks,
Prakash

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

