From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12637 invoked from network); 28 Oct 2005 09:11:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 28 Oct 2005 09:11:35 -0000 Received: (qmail 98000 invoked from network); 28 Oct 2005 09:11:29 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Oct 2005 09:11:29 -0000 Received: (qmail 3337 invoked by alias); 28 Oct 2005 09:11:22 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9572 Received: (qmail 3327 invoked from network); 28 Oct 2005 09:11:21 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 28 Oct 2005 09:11:21 -0000 Received: (qmail 96908 invoked from network); 28 Oct 2005 09:11:21 -0000 Received: from thoth.sbs.de (192.35.17.2) by a.mx.sunsite.dk with SMTP; 28 Oct 2005 09:11:20 -0000 Received: from mail3.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.12.6/8.12.6) with ESMTP id j9S9BJeM004655 for ; Fri, 28 Oct 2005 11:11:19 +0200 Received: from mhpahx2c.ww002.siemens.net (mhpahx2c.mch.sbs.de [139.25.165.55]) by mail3.siemens.de (8.12.6/8.12.6) with ESMTP id j9S9BJkC001957 for ; Fri, 28 Oct 2005 11:11:19 +0200 Received: from MCHP7R6A.ww002.siemens.net ([139.25.131.164]) by mhpahx2c.ww002.siemens.net with Microsoft SMTPSVC(6.0.3790.0); Fri, 28 Oct 2005 11:11:19 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: "here" document broken? Date: Fri, 28 Oct 2005 11:11:18 +0200 Message-ID: <6F0CB04509C11D46A54232E852E390AC44B9AA@MCHP7R6A.ww002.siemens.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: "here" document broken? Thread-Index: AcXbnpElIHIHwDBkT/+qI4SzcmW0uAAAJVPw From: "Com MN PG P E B Consultant 3" To: "zsh-users Mailinglist" X-OriginalArrivalTime: 28 Oct 2005 09:11:19.0033 (UTC) FILETIME=[8EB35E90:01C5DB9F] X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 > > #!/bin/zsh > > cat << EOD > > xxx > > EOD >=20 > This prints "xxx" for me in 4.2.5 and in 4.0.9 :? > =20 > > Any idea what's going wrong? >=20 > I don't know. Do you have here documents in any script in your > system (working heredocs, I mean)? Then the problem may be in your > startup zsh scripts, but I can't think of where :???=20 This is a good point!!!=20 I found that by chaning it to #!/bin/zsh -f (which is a sensible thing to do anyway), it works well! This means that the problem has to be in my .zshrc, and though I don't see the problem on the spot, this should be solvable... Regards, Ronald --=20 Ronald Fischer =20