On Thu, Aug 23, 2001 at 09:11:42AM -0500, Stephen R Marenka wrote:

> >   info "downloading m68k-vme-tftplilo"
> >   package=`grab_paths m68k-vme-tftplilo`
> 
> How about just adding $ROOTCMD to your package= line?
The question is where, and will it work?

I guess this will not work:
 $ROOTCMD package=`grab_paths m68k-vme-tftplilo`

This might:
 package=`$ROOTCMD grab_paths m68k-vme-tftplilo`
but I am not sure, since grab_paths is a shell function(?), whats the return
value of "sudo shell_function"? Would that work at all? Guess I might write
a small test function to try it out, but maybe there is a shell guru around?

As I said, I do not want to waste CPU time testing this (build as root right
now to get it uploaded this week) and I have some other things on my
to-build list.

Christian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to