You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/12/11 21:16:23 UTC

svn commit: r1773700 - /poi/trunk/view.sh

Author: centic
Date: Sun Dec 11 21:16:22 2016
New Revision: 1773700

URL: http://svn.apache.org/viewvc?rev=1773700&view=rev
Log:
Revert "Adjust script to actually work"

This reverts commit 3cda03bbc5bfa7f38af512a10f936e0dfcf00b3e.

Modified:
    poi/trunk/view.sh

Modified: poi/trunk/view.sh
URL: http://svn.apache.org/viewvc/poi/trunk/view.sh?rev=1773700&r1=1773699&r2=1773700&view=diff
==============================================================================
--- poi/trunk/view.sh (original)
+++ poi/trunk/view.sh Sun Dec 11 21:16:22 2016
@@ -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" | grep -v -- "-javadoc"`;do
-	CP=$i:$CP
+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
 done
 
 if [ "$CP" = "" ]



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org