You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/07/08 11:42:01 UTC

svn commit: r1751885 - /poi/trunk/patch.xml

Author: onealj
Date: Fri Jul  8 11:42:01 2016
New Revision: 1751885

URL: http://svn.apache.org/viewvc?rev=1751885&view=rev
Log:
fix regular expression example

Modified:
    poi/trunk/patch.xml

Modified: poi/trunk/patch.xml
URL: http://svn.apache.org/viewvc/poi/trunk/patch.xml?rev=1751885&r1=1751884&r2=1751885&view=diff
==============================================================================
--- poi/trunk/patch.xml (original)
+++ poi/trunk/patch.xml Fri Jul  8 11:42:01 2016
@@ -100,7 +100,7 @@
             
             <!--
             get a list of all new files in patch.tar.gz and store in tar.file.list filelist
-            $ tar -tf patch.tar.gz | grep -v patch.txt | xargs svn add
+            $ tar tf patch.tar.gz | grep -v patch\.txt | xargs svn add
             -->
             <echo message="Getting ${patch.file} file list"/>
             <delete dir="${patch.package}.tmp" quiet="false" failonerror="false" />



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org