which --skip-dot doesn't find anything
Provides native Win32 open source ports and utilities
Brought to you by:
gnuwin32
The latest port 2.16-3 of `which' does not find any
programs, when invoked with the --skip-dot option:
D:\usr\eli>which ls
D:/usr/bin/ls.EXE
D:\usr\eli>which --skip-dot ls
no ls in (D:/usr/bin;D:/usr/emacs/bin; .... )
Looking at the sources, I think this is because the
function find_command_in_path thinks (around line 151)
that any directory that doesn't start with a `/' is relative
to the current working directory; it should use
IS_ABSOLUTE instead.
Logged In: YES
user_id=217802
This bug has been fixed. A new release is available through
http://gnuwin32.sourceforge.net/