On 2022-04-25 15:23:43 +0200, Vincent Lefevre wrote:
> I can reproduce the issue with upstream's 27.1 version:
> 
> 11    openat(AT_FDCWD, "/home/vlefevrePOSIX/Emacs", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> 11    openat(AT_FDCWD, "/home/vlefevreEmacs", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> 
> but not with master:
> 
> 481514 openat(AT_FDCWD, "/home/vlefevre/POSIX/Emacs", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> 481514 openat(AT_FDCWD, "/home/vlefevre/Emacs", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> 
> (this was actually a missing slash after the home dir).

This is also fixed in upstream's 27.2.

-- 
Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Reply via email to