X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 13F3D385828B
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1703272840;
	bh=SN32TJmQiwN7tdGUrn95EV9/RReejNczrjT1gM+cpXs=;
	h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
	 From;
	b=LYGrgl+0Uitd8qKn7lqth/xNiB1qrUWFElM2uCASO2Y41wwRmWAsSOX1tl/aQ296l
	 dm0YAimjupxFQAoycE/8AuOsIv8/1B1b3JUIlzlDXPka1ktLW5EZ1snB5xeIYAaYM7
	 +n5HxwjktjXlHxQSjiE6aJkpG4SYJHLisD+gCGHg=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5F5F7385828C
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 5F5F7385828C
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703272805; cv=none;
 b=GqgBaSEelgsC7DKNw3kuiF9yNqgX0DrUY3UllbwkyyZLMqd/Ud5n/nxBNHQ1eSDtcPp710+QyzxY/+zhq6GAaVBD7wBrBPFWfMu4nnT5OjJVzgu7PRwIGG609yTyPnDFdfzllt0/Bzpdk8kOxXiD1TEH+UCu5cuFWJH02As7fz8=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
 t=1703272805; c=relaxed/simple;
 bh=m32c4N1oFGOXt7zELLqYQZE+YhurOV26qOLK5cJ0kMA=;
 h=DKIM-Signature:Date:From:Message-ID:To:Subject:MIME-Version;
 b=xMw9EFTi4T872RAXkTOSkVEzq8PdwZpkgUVZhToyIjSGmLlMIi25wdHG2i/wzL94Yy23mbhGlUeB8DH1/wUQx1+1tdVtHkHZdv8TO+FNI0dgJaRQp5AqR4HgDcTpxF+6bPVt7b21GK0HZtXxAChHun6CRgDerJz+FCZj9hzUrzw=
ARC-Authentication-Results: i=1; server2.sourceware.org
X-Yandex-Fwd: 1
Date: Fri, 22 Dec 2023 22:13:10 +0300
X-Mailer: The Bat! (v9.3.4) Professional
Message-ID: <38668286.20231222221310@yandex.ru>
To: Karl Crary <crary@cs.cmu.edu>, cygwin@cygwin.com
Subject: Re: Cygwin is not passing arguments to Windows apps
In-Reply-To: <CAMNr4XUG5gW=p25q8=Z2svLfZPm4Mb3a7d_nRTv5Sfg_GyESeA@mail.gmail.com>
References: <3a47c469-601e-49e8-b9ec-333201a86790@andrew.cmu.edu> 
 <8c87f8a0-0ea0-422d-aaad-9338220d281a@cs.umass.edu>
 <b5159d8b-b75c-41a2-8f18-775090cc4ba6@andrew.cmu.edu>
 <CAMNr4XUG5gW=p25q8=Z2svLfZPm4Mb3a7d_nRTv5Sfg_GyESeA@mail.gmail.com>
MIME-Version: 1.0
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT,
 NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL,
 SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE,
 XM_LIGHT_HEAVY autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.30
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Andrey Repin via Cygwin <cygwin@cygwin.com>
Reply-To: cygwin@cygwin.com
Cc: Andrey Repin <anrdaemon@yandex.ru>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

Greetings, Karl Crary!

> I have stumbled on to a fix, but I am still puzzled. The problem arises
> when either of the following lines appears in my /etc/fstab:

> c: /c ntfs binary,noacl,cygexec,user 0 0
> c: /home ntfs binary,noacl,cygexec,user 0 0

Note that C: is not the same as C:\

> I've taken them out and it's working now, but I'm still puzzled by how
> those lines created the problem. Those lines worked verbatim on my last
> Cygwin installation; what changed?

Bugs getting fixed, I presume.


-- 
With best regards,
Andrey Repin
Friday, December 22, 2023 22:12:09

Sorry for my terrible english...


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