aboutsummaryrefslogtreecommitdiffstats
path: root/patch.xml
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2016-07-08 11:42:01 +0000
committerJaven O'Neal <onealj@apache.org>2016-07-08 11:42:01 +0000
commita359a8eb253fc829f31199a32f3263504396c711 (patch)
tree21e923f3d61e1a93db5df6b263bafdc511aade45 /patch.xml
parentedf158d24827565525bc11867a70226a9f06eedc (diff)
downloadpoi-a359a8eb253fc829f31199a32f3263504396c711.tar.gz
poi-a359a8eb253fc829f31199a32f3263504396c711.zip
fix regular expression example
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751885 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'patch.xml')
-rw-r--r--patch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch.xml b/patch.xml
index 3e2228afe1..ed52a91d79 100644
--- a/patch.xml
+++ b/patch.xml
@@ -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" />