From 66ed545691f19e28cff978cc592d04b69c9c11c0 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 11 Dec 2016 21:16:22 +0000 Subject: [PATCH] Revert "Adjust script to actually work" This reverts commit 3cda03bbc5bfa7f38af512a10f936e0dfcf00b3e. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773700 13f79535-47bb-0310-9956-ffa450edef68 --- view.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view.sh b/view.sh index c92f877f4f..96b924c3db 100755 --- 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" | 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" = "" ] -- 2.39.5