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:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; q=dns; s=default; b=AeEMq
	JJO3XNkXQA92mcUgezs1dd6n7oJzHxQNyZ3MG7WkIZOgMotauRLpg7K55uKXh3fy
	4fjUYamnhu4RYCJMCZ46Dw7f1EZFe9U7bM8ZmIuEQGgp0F/v1BHa/3a5u80gi3lM
	VipaX5Iaas4i3O2iJaNCTDEr8rF6a6gkptVJgI=
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:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; s=default; bh=k6jMjCEAoFS
	07g/tBw6C93NGhdI=; b=OnKE8btC9YacpOLGHl1JfFMKEY2EYbdukTiCbYcfcx7
	XymVw2Cq6ddM0OeyPEFANnsRsmMkxgEPOtKaqTBa2UnN1DGD0WZLIxkxnzM//GqJ
	Qg7QK+SzsFmB2hW/4MUUnCXIQE5Y2rEzqfMMv9h4iTxfs2jm9XwRUo/eMoPtbhcU
	=
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=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-in-04.arcor-online.net
X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-14.arcor-online.net D19F79BDFB
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: latest cygwin: 'run' problem
References: <5405C013.7030503@verizon.net> <87a96hrki4.fsf@Rainer.invalid>	<54060378.2070108@gmail.com> <5406680D.4030105@verizon.net>	<540761FA.1040902@verizon.net>
Date: Wed, 03 Sep 2014 21:48:56 +0200
In-Reply-To: <540761FA.1040902@verizon.net> (Gerry Reno's message of "Wed, 03	Sep 2014 14:46:18 -0400")
Message-ID: <87ppfcqyc7.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain

Gerry Reno writes:
> On the 32-bit system cygwin installs that haven't been updated yet 'run.exe' shows:
>
>     $ ls -l /usr/bin/run.exe
>     -rwxr-xr-x 1 Administrator None 65053 Jul 24  2013 /usr/bin/run.exe
>
> On a 32-bit system with this latest cygwin 'run.exe' shows:
>
>     $ ls -l /usr/bin/run.exe
>     -rwxr-xr-x 1 SYSTEM SYSTEM 66077 Jun  9 13:16 /usr/bin/run.exe
>
> Filesize is different so something has changed there.

A "cygcheck -f /usr/bin/run.exe" would be more enlightening, although I
think the two versions of run should be 1.3.0 and 1.3.1.  If so then the
reason for mstsc not recognizing the options would be the patch by Max
Polk that quotes all the arguments (the change description said it'd
quote only arguments with spaces in them, but the code actually quotes
all of them anyway).  This also means that mstsc seems to implement its
own version of options processing or argument quoting (probably the
former since options to mstsc need not be quoted).  The quoting function
in the current version of run is too naive anyway, so I'll have to
update it with something more sensible.  It'll be a few days, sorry for
the inconvenience.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

--
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

