From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22448 invoked from network); 28 Oct 2005 07:25:49 -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 07:25:49 -0000 Received: (qmail 45059 invoked from network); 28 Oct 2005 07:25:34 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Oct 2005 07:25:34 -0000 Received: (qmail 11579 invoked by alias); 28 Oct 2005 07:25:28 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9568 Received: (qmail 11566 invoked from network); 28 Oct 2005 07:25:27 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 28 Oct 2005 07:25:27 -0000 Received: (qmail 44057 invoked from network); 28 Oct 2005 07:25:27 -0000 Received: from thoth.sbs.de (192.35.17.2) by a.mx.sunsite.dk with SMTP; 28 Oct 2005 07:25:26 -0000 Received: from mail3.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.12.6/8.12.6) with ESMTP id j9S7PONc020953 for ; Fri, 28 Oct 2005 09:25:24 +0200 Received: from mhpahx0c.ww002.siemens.net (mhpahx0c.ww002.siemens.net [139.25.165.42]) by mail3.siemens.de (8.12.6/8.12.6) with ESMTP id j9S7POJL010143 for ; Fri, 28 Oct 2005 09:25:24 +0200 Received: from MCHP7R6A.ww002.siemens.net ([139.25.131.164]) by mhpahx0c.ww002.siemens.net with Microsoft SMTPSVC(6.0.3790.211); Fri, 28 Oct 2005 09:25:23 +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: "here" document broken? Date: Fri, 28 Oct 2005 09:25:23 +0200 Message-ID: <6F0CB04509C11D46A54232E852E390AC44B99D@MCHP7R6A.ww002.siemens.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: "here" document broken? Thread-Index: AcXbkMLtjn8anuJORRiGG54tqwdMVA== From: "Com MN PG P E B Consultant 3" To: "zsh-users Mailinglist" X-OriginalArrivalTime: 28 Oct 2005 07:25:23.0853 (UTC) FILETIME=[C2B7DBD0:01C5DB90] 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 I'm using zsh 4.0.7 under Linux.=20 It looks as if the "<<" redirection is broken. For example, even such a simple usage of a here document such as: #!/bin/zsh cat << EOD xxx EOD does not print xxx, but complains about "no such file or directory" in line 2. Any idea what's going wrong? Ronald --=20 Ronald Fischer =20