Follow-up Comment #8, bug #28934 (project hurd):

Actually there seems to be a regression:

a program like

main (int argc, char **argv)
{
  printf ("%s", argv[0]);
}

put into /bin/foobar, will make
$ foobar
print ./foobar instead of "foobar", which would be expected and works fine
without my patches. I've looked at the patches and the Hurd code and I
couldn't find why this would happen (I haven't debugged much yet as I couldn't
attach gdb to the exec server).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?28934>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to