فهرست منبع

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 سال پیش
والد
کامیت
5423b09f80
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 -->
                     <!-- Using Unix script to preserve symlinks -->
                     <echo file="${project.build.directory}/dist-copynativelibs.sh">
                     <echo file="${project.build.directory}/dist-copynativelibs.sh">
 
 
-                      which cygpath &gt;> /dev/null
+                      which cygpath 2&gt; /dev/null
                       if [ $? = 1 ]; then
                       if [ $? = 1 ]; then
                         BUILD_DIR="${project.build.directory}"
                         BUILD_DIR="${project.build.directory}"
                       else
                       else
@@ -379,7 +379,7 @@
                     <!-- Using Unix script to preserve symlinks -->
                     <!-- Using Unix script to preserve symlinks -->
                     <echo file="${project.build.directory}/dist-maketar.sh">
                     <echo file="${project.build.directory}/dist-maketar.sh">
 
 
-                      which cygpath &gt;> /dev/null
+                      which cygpath 2&gt; /dev/null
                       if [ $? = 1 ]; then
                       if [ $? = 1 ]; then
                         BUILD_DIR="${project.build.directory}"
                         BUILD_DIR="${project.build.directory}"
                       else
                       else