This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mknetrel issues


On Sat, Jun 14, 2003 at 07:50:22PM -0400, Igor Pechtchanski wrote:
>Actually, I've just had another look at this, and it seems that the
>unquoting is due to the "eval" in the sudo() function.  I was able to
>reproduce Max's problem.  Removing the "eval" call (using just "$@" as the
>command) works for me, i.e.:
>
>sudo() {
>    "$@"
>}
>
>produces the expected results.

Ok.  I'll make that change.  I assume that sudo is newer than extra/gcc
so that explains why gcc didn't work.  I haven't rebuilt gcc in some time.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]