]> source.dussan.org Git - poi.git/commitdiff
fix regular expression example
authorJaven O'Neal <onealj@apache.org>
Fri, 8 Jul 2016 11:42:01 +0000 (11:42 +0000)
committerJaven O'Neal <onealj@apache.org>
Fri, 8 Jul 2016 11:42:01 +0000 (11:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751885 13f79535-47bb-0310-9956-ffa450edef68

patch.xml

index 3e2228afe15bdd0db6460c0ca9322fc1faf7bacc..ed52a91d792ee1019fb9db93d03726f2278b1cc2 100644 (file)
--- a/patch.xml
+++ b/patch.xml
             
             <!--
             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" />