argv[0] is changed by temporary wrapper script

2003-11-26 Thread knok
I'm a user of libtool. I used in a search engine Namazu . It has some test suites, and it was fine when I used libtool 1.4. However, libtool 1.5 causes error in the suites. The reason is treatment of argv[0] in temporary wrapper script. It was called like the following in

Re: argv[0] is changed by temporary wrapper script

2003-12-08 Thread knok
At Thu, 27 Nov 2003 11:10:14 +0900, [EMAIL PROTECTED] wrote: > So I hope to keep argv[0] for the wrapper, but I have no idea about it > with portability (bash has -a option, but it is not portable). I made a patch for it. The patch makes a temporary progam to use execv(3). Is the patch is accepta