Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 019EE200CB5 for ; Wed, 12 Jul 2017 16:51:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 00095168B47; Wed, 12 Jul 2017 14:51:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2FBA4168B3E for ; Wed, 12 Jul 2017 16:51:29 +0200 (CEST) Received: (qmail 9684 invoked by uid 500); 12 Jul 2017 14:51:23 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 9673 invoked by uid 99); 12 Jul 2017 14:51:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2017 14:51:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 77531E964C; Wed, 12 Jul 2017 14:51:20 +0000 (UTC) From: grkvlt To: dev@maven.apache.org Reply-To: dev@maven.apache.org References: In-Reply-To: Subject: [GitHub] maven issue #127: Fix concat_lines in mvn to deal with CRLF Content-Type: text/plain Message-Id: <20170712145121.77531E964C@git1-us-west.apache.org> Date: Wed, 12 Jul 2017 14:51:20 +0000 (UTC) archived-at: Wed, 12 Jul 2017 14:51:30 -0000 Github user grkvlt commented on the issue: https://github.com/apache/maven/pull/127 Good point, I reverted to the original `tr` command, but stripping out both *CR* and *LF* now, which will have the desired effect on files with any set of line endings. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org