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:date:from:reply-to:reply-to:message-id:to :subject:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=fNK+3n07V53OUlfGXG9KarHREwUFwO157zDaUlVbvzfMzA P4eIRkro1/I9pWLfdeeldEOjL5muPksiNzJuuaMkr3x4f3/lvQOAHDkpmrPQ6jbo ji9gUal/RPwayuz6eAdqsN7ctqEHJAMrLmWVS4HTnDj292ZyNQyVKfxaVLNgw= 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:date:from:reply-to:reply-to:message-id:to :subject:mime-version:content-type:content-transfer-encoding; s= default; bh=uUErt1qiep412J3rr2zqHXg64vQ=; b=vgsci8DOZov8MyXM6F1k 48LrVv7pPAsuprj+E7hwRde+Nb8Mf5R6Ur2byhBVtBD7IGdATm8WVTwflqrb9RrA icuWYlqCZbeyZif9d3yBY7ZvH3BiiU9caI9Dms+1L2oA7oSZvrqMjJG9kT8S0nSS grUt7zNvw5UdlrsSVeYqr08= 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-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=cmd.exe, UD:cmd.exe, HX-Languages-Length:283, system32 X-HELO: smtp50.i.mail.ru DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=inbox.ru; s=mail; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:To:Message-ID:Reply-To:From:Date; bh=g7uy8cgCV025wrPVCLPfQMzXHwex4dx1/EeFvA+WYBI=; b=UQE2aoJm3aYq9zRQ5Qt2G8ElF6diN3CP8nhs9SDOzR97qutBvosYrKjVGot1QdHHNmnXsFQFSzPzDldtUVMmTHFOa8jgY0Q/o6P49pu5T64wD3JM4Gv1nj2oEdlhU1ig8ofDKVqeigKvGU+/auhbkRM5L7OlI5GTwQwfged0T+Y=; Date: Wed, 27 Mar 2019 19:12:23 +0300 From: "Andry via cygwin" Reply-To: Andry Reply-To: Andry Message-ID: <1961485280.20190327191223@inbox.ru> To: cygwin AT cygwin DOT com Subject: bash does not recognize valid windows path: `bash: 'c:\windows\system32\cmd.exe' /c echo 123: command not found` MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Authentication-Results: smtp50.i.mail.ru; auth=pass smtp.auth=andry AT inbox DOT ru smtp.mailfrom=andry AT inbox DOT ru X-77F55803: 689590B63E0A4B015A78504BD2AC2941201699BFDE8D84EE27C85F78EC4B367E97A288E651127CC6FE2AB6ED49B5C9BB If try to replace it by: 'c:/windows\system32\cmd.exe' /c echo 123 Then all works fine. I've checked it in the old 1.5.x version and seems this bug is there for ages. -- 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