[Info-vax] Command Line Versus Command Line
Craig A. Berry
craigberry at nospam.mac.com
Thu May 23 21:46:17 EDT 2024
On 5/23/24 6:22 PM, Arne Vajhøj wrote:
> On 5/23/2024 6:32 PM, Craig A. Berry wrote:
>> On 5/23/24 2:05 PM, Arne Vajhøj wrote:
>>> real: ABC def "GIH" "jkl"
>>> parse=extended:
>>> C : ABC def GIH jkl
>
>> Good summary. Did you have DECC$ARGV_PARSE_STYLE defined for the C
>> example?
>
> Looks that way:
>
> $ sh log *pars*
>
> (LNM$PROCESS_TABLE)
>
> "DECC$ARGV_PARSE_STYLE" = "enable"
>
> Note that I have not set it explicit - something
> has set it for me.
I think if you deassign it you'll get abc not ABC.
> A little investigation reveals that it is Java:
>
> $ sear disk0:[sys0.syscommon.openjdk$80.com]java$setup.com decc
> $ define'defopt' decc$fd_locking true
> $ define'defopt' decc$efs_case_preserve enable ! Enable ODS-5 names
> $ define'defopt' decc$readdir_dropdotnotype enable
> $ define'defopt' decc$efs_charset enable
> $ define'defopt' decc$argv_parse_style enable
Yeah, I believe this has been fixed so OpenJDK now sets what it needs in
in a LIB$INITIALIZE routine, but they left the startup command
procedures as-is.
More information about the Info-vax
mailing list