From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101403 invoked by alias); 27 Feb 2018 12:55:02 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 101325 invoked by uid 89); 27 Feb 2018 12:55:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=gripe, H*UA:github.com, him, H*M:google X-HELO: mail-ot0-f195.google.com Received: from mail-ot0-f195.google.com (HELO mail-ot0-f195.google.com) (74.125.82.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Feb 2018 12:55:00 +0000 Received: by mail-ot0-f195.google.com with SMTP id t2so3662081otj.4 for ; Tue, 27 Feb 2018 04:55:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:to:references:subject :user-agent; bh=3RqEDqX3yhY84qcQmzMn9SMxxeyJzPn3YAh1ISqS+/Q=; b=VhpuFLVB+wNqEUI9/tlF6ZLp37rnCyocAgRBCvDJ2f/Hud6+mG7dkhEsetQFlttBDE JJwpd+zzJqvsbSuILOBAnaEg96MiBqoLElN6i5cPDd4iswJxLEloUPBo7v5dI+RhVeL5 LcD+pHJ8sUigCDvfASg5itqOTU+MfN/fKLGqQGfX67y6hVLHathsuxAbmuO1fLosT3X5 EI5r6SU7g/oBpTeiXydwdfQk7ce4ImZHadDg6wkw4/UHrR0w+vCP0khRjDavUo7aBUQ0 i7viqCwRBCGMEfczcpcNf457lYkr4RtMK383zBcb7KSu1V9XQ9DtsCYFiwGIk3EKTvEy v70A== X-Gm-Message-State: APf1xPBiYI48TAotHzDJnR0JQxMvlNn+L+PBFMbPG+iJPRDDqCvJPwpz qqF+yc90tLrvOnIgv14U6rdftA== X-Google-Smtp-Source: AG47ELuKJk6XJWIZFkocqD3E2D//dwKW6JigvhGv1Cg+rp8jcxhCeDPVbJHV1W4JasxhxjxkWyidTw== X-Received: by 10.157.13.75 with SMTP id 69mr9637871oti.265.1519736098464; Tue, 27 Feb 2018 04:54:58 -0800 (PST) Received: from J65 ([2605:6000:9fc0:56:ed60:ed7b:2b89:5742]) by smtp.gmail.com with ESMTPSA id k3sm4887346oiw.30.2018.02.27.04.54.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Feb 2018 04:54:57 -0800 (PST) Message-ID: <5a955521.0344540a.f6270.ada5@mx.google.com> Date: Tue, 27 Feb 2018 12:55:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny To: cygwin@cygwin.com References: Subject: Re: gawk Regression: CR characters are not stripped on Windows Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.3.0 (github.com/svnpenn/tryst) X-SW-Source: 2018-02/txt/msg00290.txt.bz2 On Tue, 27 Feb 2018 12:13:37, Orgad Shaneh wrote: > I see. This is however not true for MSYS2. > > Then I guess we will just keep this as a patch for MSYS2, which is > already merged[1]? > > [1] https://github.com/Alexpux/MSYS2-packages/commit/c81d882b9838f8245603c7a8d5f8845eeadd6c2a yes, it is sad that you tricked him into doing that. by doing that youve now rebroke something else: http://cygwin.com/ml/cygwin/2017-02/msg00155.html and while your gripe can by fixed by simply doing "awk something | tr -d '\r'", the Awk issue that I presented (and that was properly fixed) is now broken again with Alexpux/MSYS2-packages and git-for-windows/git. so because of your refusal to add an extra pipe on your command line (or just do text mounts), portable Awk scripts are broken again on those platforms. -- 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