From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24316 invoked by alias); 19 Apr 2018 21:52:40 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23355 Received: (qmail 25558 invoked by uid 1010); 19 Apr 2018 21:52:40 -0000 X-Qmail-Scanner-Diagnostics: from mail-wr0-f173.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.128.173):SA:0(-1.9/5.0):. Processed in 1.85968 secs); 19 Apr 2018 21:52:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: enrico.m.crisostomo@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=1jGRuXkxcEEQYuLVmfC7aw8RpHOKsEjsRuT3QkOMb/k=; b=Fd4Dc9SzuDKWHkVT10JKnnEzOBXW0e7/p4uQAA82A70NFc+sIYxqfFtHEz9B1M083n 0YMsCa9Xdze7hC6HidycFn6oWr1aLCs83ScICfaIIEicxv0+E3B7ew3DF4Z0UUF1e2C5 VueyKNHDVXVZ1vpJjSqAofbMKFBdV8++xn8hETmPSXOQPE2rHHSXF54BwYo2HDRTkqLi Sh7hun095+v6YqiwP1EInzS1sskaoduzcrc9xGMUIutM8fgaEUDQ2HTphT4SqNNr4I6K Vm6CypELS+Zuvz/i5jNNfaBQPydFLG+hrnaB5i1vc5lpUI6Rj4PeV6CsKy6oQgebaFvt MSTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=1jGRuXkxcEEQYuLVmfC7aw8RpHOKsEjsRuT3QkOMb/k=; b=KJs7NtTHa8Rs6LTd/3XVcsauI0qd6QrEVqQv+FNuQPXR2JNcTWvut6YXmYiWhxWAbi u7kVq20WX25xLHciUEczUahPYMn1c9749SU62gOm3e8F5AW/5vtj1Y3QUyhK7utbUxj7 0jCSuX9znx5IIu7FjaQLtu6phmvpSqR46VgsSPDQhQHfGwX8Jmvy0sryypDjHtF+4LJU JVZ7Nhu4uz1pHC0TZfviuBkixq00SqwugK8S2exzypD7yEjg+XFHhpvGqrkLgHdwKh35 tXT3zGEXS8/MJ3mr9Hva2uCms8ruQHk6JI2HJhxsTLz6Jc9o31TTOI4NAGXB4caEyNnA wwjA== X-Gm-Message-State: ALQs6tAh8in48gXLxEa4EI3mg5LAMV/WHQIzVjy/40z636iUiaWbIQ1j QbGqG3gxqdKAXZXbDj3B9eUQuYPx X-Google-Smtp-Source: AB8JxZoIMRZfwNsauo+g0o9VCTXkyOzg6o4TuMvrY51hP0PHvHQVhUp/nzM4f7hKDpRAgQAtlmwMTA== X-Received: by 10.28.186.136 with SMTP id k130mr227736wmf.101.1524174754032; Thu, 19 Apr 2018 14:52:34 -0700 (PDT) From: Enrico Maria Crisostomo Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Different behaviour when interpreting a here-document between 5.3 and 5.5.1 Message-Id: Date: Thu, 19 Apr 2018 23:52:32 +0200 To: zsh-users@zsh.org X-Mailer: Apple Mail (2.3445.6.18) Hi, I'm struggling with an apparently simple problem. A script of mine has = a function that writes a here-document whose lines end with a backslash. = The script has been working fine until zsh has been updated recently. The relevant part of the code is the following mp_calculate_checksums() { cat <