X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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: <20140214152344 DOT GA1191 AT ednor DOT casa DOT cgf DOT cx> Date: Mon, 17 Feb 2014 08:05:45 +0530 Message-ID: Subject: Re: batch script execution failing with 255 exit code in cygwin 1.7.28 From: Prakash Babu To: cygwin AT cygwin DOT 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