fix regular expression example

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751885 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-07-08 11:42:01 +00:00
parent ae0d93e9f8
commit 605cfbcfae
1 changed files with 1 additions and 1 deletions

View File

@ -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" />