Browse Source

HADOOP-8543. Invalid pom.xml files on 0.23 branch Updated to fix a bug in orriginal patch.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1357785 13f79535-47bb-0310-9956-ffa450edef68
Robert Joseph Evans 13 năm trước cách đây
mục cha
commit
5423b09f80
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      hadoop-project-dist/pom.xml

+ 2 - 2
hadoop-project-dist/pom.xml

@@ -342,7 +342,7 @@
                     <!-- Using Unix script to preserve symlinks -->
                     <echo file="${project.build.directory}/dist-copynativelibs.sh">
 
-                      which cygpath &gt;> /dev/null
+                      which cygpath 2&gt; /dev/null
                       if [ $? = 1 ]; then
                         BUILD_DIR="${project.build.directory}"
                       else
@@ -379,7 +379,7 @@
                     <!-- Using Unix script to preserve symlinks -->
                     <echo file="${project.build.directory}/dist-maketar.sh">
 
-                      which cygpath &gt;> /dev/null
+                      which cygpath 2&gt; /dev/null
                       if [ $? = 1 ]; then
                         BUILD_DIR="${project.build.directory}"
                       else