under 7.4 exist too this problem XXX@XXX test> gcc execve.c XXX@XXX test> cp /bin/ls . XXX@XXX test> ./a.out ls /tmp/test/ls a.out execve.c ls shellscript XXX@XXX test> ./a.out shellscript asdf shellscript XXX@XXX test> ./a.out shellscript /tmp/test/ a.out* execve.c ls* shellscript* XXX@XXX test> ./a.out shellscript /tmp/test/ls shellscript XXX@XXX test> ./a.out shellscript /tmp/test/shellscript shellscript XXX@XXX test> ./a.out shellscript /bin/echo-shellscript shellscript XXX@XXX test> ./a.out shellscript /bin/echo-shellscript1 execve: Argument list too long XXX@XXX test> uname -a FreeBSD XXX 7.4-STABLE FreeBSD 7.4-STABLE #71 r219301+472ccf9: Sun Mar 6 19:16:46 CET 2011 XXX@XXX:/usr/obj/usr/src/sys/stable amd64
On 3/6/11, Devon H. O'Dell <[email protected]> wrote: > Actually, kib@ points out that this isn't quite correct; the correct > fix should indeed be a 1-liner, attached. > > --dho > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
