We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0ef80 commit b47981dCopy full SHA for b47981d
com.oracle.truffle.r.release/src/R_legacy
@@ -82,7 +82,7 @@ for o in "$@"; do
82
done
83
fi
84
elif [[ "$o" == --vm.* ]]; then
85
- vm_arg=("${o#--vm.}")
+ vm_arg="${o#--vm.}"
86
if [[ "$vm_arg" == "cp" ]]; then
87
>&2 echo "'--vm.cp' argument must be of the form '--vm.cp=<classpath>', not two separate arguments"
88
exit 1
com.oracle.truffle.r.release/src/Rscript_legacy
0 commit comments