Fix bug with unmounted directory on GNU/Linux
commitdb893ab863770ef3f89102d6837cd3eb021429ba
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Oct 2017 22:55:10 +0000 (5 15:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Oct 2017 23:05:49 +0000 (5 16:05 -0700)
treee745aa6bb412d8580c7e2fabe10a2bdafe14370b
parent16dc580aa61832285269f8de081248bac618cf84
Fix bug with unmounted directory on GNU/Linux

* src/sysdep.c (emacs_get_current_dir_name): Do not use
get_current_dir_name result unless it is absolute (Bug#27871).
src/sysdep.c