mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
6948251: need to quote args in langtools launcher script
Reviewed-by: darcy
This commit is contained in:
parent
dea5e42c57
commit
3b66a75150
1 changed files with 2 additions and 1 deletions
|
@ -66,4 +66,5 @@ for i in "$@" ; do
|
||||||
done
|
done
|
||||||
unset DUALCASE
|
unset DUALCASE
|
||||||
|
|
||||||
eval "#TARGET_JAVA#" "${bcp:+-Xbootclasspath/p:"$bcp"}" ${ea} ${javaOpts} -jar "${mydir}"/../lib/#PROGRAM#.jar ${toolOpts}
|
IFS=$nl
|
||||||
|
"#TARGET_JAVA#" "${bcp:+-Xbootclasspath/p:"$bcp"}" ${ea} ${javaOpts} -jar "${mydir}"/../lib/#PROGRAM#.jar ${toolOpts}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue