Kaydet (Commit) ec353f5f authored tarafından Miklos Vajna's avatar Miklos Vajna

Fix JunitTest_comphelper_complex

Change-Id: Iaa1cb0eeddb0a4a1c67c30dcefbebb9965aa3e76
üst f244b312
...@@ -7,7 +7,7 @@ base='Class-Path: ' ...@@ -7,7 +7,7 @@ base='Class-Path: '
while [ "${1}" != "" ]; do while [ "${1}" != "" ]; do
p="$1" p="$1"
shift shift
echo "$base $1" >> $dest echo "$base $p" >> $dest
base=' ' base=' '
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment