solenv/bin/write_classpath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ec353f5fee16b9a2012ae2a2a4b1371f2228aae7 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Tue Dec 23 23:09:06 2014 +0100 Fix JunitTest_comphelper_complex Change-Id: Iaa1cb0eeddb0a4a1c67c30dcefbebb9965aa3e76 diff --git a/solenv/bin/write_classpath.sh b/solenv/bin/write_classpath.sh index 29aeecb..4b9fd6b 100755 --- a/solenv/bin/write_classpath.sh +++ b/solenv/bin/write_classpath.sh @@ -7,7 +7,7 @@ base='Class-Path: ' while [ "${1}" != "" ]; do p="$1" shift - echo "$base $1" >> $dest + echo "$base $p" >> $dest base=' ' done _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits