From e0a0e6b9f5fcb09d1b2102073eb7bdd9572610ef Mon Sep 17 00:00:00 2001 From: Christopher Douglas Date: Sat, 13 Feb 2010 12:16:52 +0000 Subject: [PATCH] HADOOP-6505. Use tr rather than sed to effect literal substitution in the build script. Contributed by Allen Wittenauer git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@909801 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ build.xml | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index c66d594835..c7e38a2f25 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -186,6 +186,9 @@ Trunk (unreleased changes) HADOOP-6522. Fix decoding of codepoint zero in UTF8. (cutting) + HADOOP-6505. Use tr rather than sed to effect literal substitution in the + build script. (Allen Wittenauer via cdouglas) + Release 0.21.0 - Unreleased INCOMPATIBLE CHANGES diff --git a/build.xml b/build.xml index a6d7d83be9..5e35d19301 100644 --- a/build.xml +++ b/build.xml @@ -50,9 +50,10 @@ - - + +