VCL-867
Fixed problem in update_cygwin.cmd introduced for some versions of Cygwin in r1801224. "localhost" was added after the "-l" in the mkgroup.exe and mkpassword.exe commands. This worked on the versions of Cygwin tested. On some other versions, however, this generates an error:
/usr/bin/mkpasswd: A domain name is only accepted when '-d' is given.

Updated the commands to first try "-l localhost" and added logical or to then try "-l" if an error occurs.
1 file changed