X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 	tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <glsohj$pdg$1@ger.gmane.org>
References: <glsjq7$6fv$1@ger.gmane.org> 	 <Pine.NEB.4.64.0901291011590.24062@panix1.panix.com> 	 <glsohj$pdg$1@ger.gmane.org>
Date: Thu, 29 Jan 2009 12:26:00 -0500
Message-ID: <f60fe000901290926g48db7d4fs1b5aa97321a454c5@mail.gmail.com>
Subject: Re: read file with windows filenames
From: "Mark J. Reed" <markjreed@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

For what it's worth, I've had intermittent problems with bash and
while read loops where the loop aborts after one iteration whenever
there's nontrivial code in the loop body, on multiple platforms, not
just Cygwin.  So this might not be a Cygwin issue.  I've never been
ble to isolate the problem enough to file a bug report, unfortunately.

2009/1/29 Matthias Meyer :
> The output:
> $ sh -x /etc/setAttribute
> + read -r cLine
> + echo '+S:C:\Dokumente' und 'Einstellungen\Administrator\Anwendungsdaten\Microsoft\Credentials\S-1-5-21-1606980848-1532298954-1801674531-500'
> +S:C:\Dokumente und Einstellungen\Administrator\Anwendungsdaten\Microsoft\Credentials\S-1-5-21-1606980848-1532298954-1801674531-500
> + attrib +S 'C:\Dokumente und Einstellungen\Administrator\Anwendungsdaten\Microsoft\Credentials\S-1-5-21-1606980848-1532298954-1801674531-500'
> + read -r cLine
> + exit
>

-- 
Mark J. Reed <markjreed@gmail.com>

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

