[bug #28934] execve(path, args) should take path as a a relative path if it doesn't contain slashes

2010-02-24 Thread Carl Fredrik Hammar
Follow-up Comment #2, bug #28934 (project hurd): Hi Emilio, I'm pretty sure you are correct in that execve() should not look in $PATH, because glibc's sysdeps/mach/hurd/execve.c does a regular file lookup. As you say the exec server gets confused since it does not find bar in $PATH, and tries to

Re: [bug #28859] remove(3) fails to remove an empty directory

2010-02-24 Thread Ludovic Courtès
Hi, Samuel Thibault writes: > Ludovic Courtès, le Tue 23 Feb 2010 16:40:12 +, a écrit : >> For now, how about fixing it locally in hurd/glibc.git at Savannah? > > For now, I've commited a fix to Debian's glibc. Thanks! (Though I don’t think it’s Debian-specific.) Ludo’.