Incorrect SYSTEM_WGETRC is reported (Windows 10)
Provides native Win32 open source ports and utilities
Brought to you by:
gnuwin32
I noticed that the path shown for SYSTEM_WGETRC is incorrect. Example:
C:\>wget --version
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\Program Files (x86)\GnuWin32/etc/wgetrc
GNU Wget 1.11.4
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Originally written by Hrvoje Niksic <hniksic@xemacs.org>.
Currently maintained by Micah Cowan <micah@cowan.name>.
C:\>where wget
C:\Program Files (x86)\GnuWin32\bin\wget.exe
The actual path c:/progra~1/wget/etc/ does not exist.
Thanks