don't rely upon correct executable permissions for post.sh

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-06-24 07:20:41 +00:00
parent 7525579b6d
commit 4159d786ec
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ the exampledocs subdirectory (while Solr is running), for example:
cd exampledocs cd exampledocs
java -jar post.jar *.xml java -jar post.jar *.xml
Or: ./post.sh *.xml Or: sh post.sh *.xml
See also README.txt in the solr subdirectory, and check See also README.txt in the solr subdirectory, and check
http://wiki.apache.org/solr/SolrResources for a list of tutorials and http://wiki.apache.org/solr/SolrResources for a list of tutorials and