[OpenAFS-devel] Re: pagsh -c parameter

Matt Bacchi mbacchi@gmavt.net
Thu, 22 May 2003 15:59:33 -0400


Ok, my mistake.  I see that the following two lines eventually call 
/bin/sh with the -c parameter correctly:

         argv[0] = shell;
         execvp(shell, argv);

This replaces argv[0] with /bin/sh, sorry for the confusion.  I posted 
prematurely.

-Matt