2009/6/4, John E. Malmberg <[email protected]>: > This fixes an existing bug in urlglob.c where it was not converting the Curl > Unix exit code to a VMS DCL compatible exit code. This fix required the > enhancement described next. > > This also adds an enhancement to main.c so that when curl is run under a > Unix shell like Bash on VMS, it will return the standard Unix exit codes and > messages.
I introduced os-specific.c and os-specific.h for use in curl tool code and adjusted your patch to use these new files. Verify if everything works as intended.on VMS. -- -=[Yang]=-
