]> source.dussan.org Git - poi.git/commitdiff
Adjust script to actually work
authorDominik Stadler <centic@apache.org>
Sun, 11 Dec 2016 20:57:24 +0000 (20:57 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 11 Dec 2016 20:57:24 +0000 (20:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773624 13f79535-47bb-0310-9956-ffa450edef68

view.sh

diff --git a/view.sh b/view.sh
index 96b924c3dbdca7821bdb4375ec2739611d7c65e2..c92f877f4fbd44bcc26eb5b9cc9edf6d3a72aa45 100755 (executable)
--- a/view.sh
+++ b/view.sh
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 # find jar-file with highest version number
-for i in `ls build/dist/poi-*.jar | grep -v -- "-sources" | grep -v -- "-examples" | grep -v -- "-excelant" | grep -v -- "-ooxml" | grep -v -- "-scratchpad"`;do
-       CP=$i
+for i in `ls build/dist/poi-*.jar | grep -v -- "-sources" | grep -v -- "-examples" | grep -v -- "-excelant" | grep -v -- "-ooxml" | grep -v -- "-scratchpad" | grep -v -- "-javadoc"`;do
+       CP=$i:$CP
 done
 
 if [ "$CP" = "" ]