Chris Liechti wrote:
Wayne Uroda wrote:
Any idea what the 'pwd -W' does?

in MSYS/MinGw32:

$ help pwd
pwd: pwd [-PLW]
    Print the current working directory.  With the -P option, pwd prints
    the physical directory, without any symbolic links; the -L option
    makes pwd follow symbolic links; the -W option, pwd prints the Win32
    value of the physical directory.
Very interesting. Indeed, pwd called from msys shell accepts -W option. pwd called from windows shell (cmd.exe) or from make invoked from cmd.exe hasn't -W option.

--
Regards,
  Sergey A. Borshch            mailto: [email protected]
    SB ELDI ltd. Riga, Latvia


Reply via email to