Fix PWD check on DOS_NT
commitf352d0257ce5ca1d424b55fc179f18b81bd465ab
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Oct 2017 17:47:56 +0000 (9 10:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Oct 2017 17:48:56 +0000 (9 10:48 -0700)
tree03bb6df8efc7ff8c820d709bf41e8f521ae21104
parent934f08f3de7929e54e9da3271a34bb49a8854f2c
Fix PWD check on DOS_NT

* src/sysdep.c (get_current_dir_name_or_unreachable):
Do not consider a file name like "a:b" to be absolute on DOS_NT.
src/sysdep.c