Jeffrey Holt - 2024-12-20

With version 3.50, I have no problem if apostrophes are used but I do have a problem when quotes are used. Of course, neither apostrophes nor quotes are necessary but some people don't care.

This works in 3.50
set JAVA_TOOL_OPTIONS='something in the way'

This also works in 3.50 but it's DOS insanity
set JAVA_TOOL_OPTIONS=something in the way

This does not work in 3.50
set JAVA_TOOL_OPTIONS="something in the way"

 

Last edit: Jeffrey Holt 2024-12-20