in reply to Re: Re: Re: inconsisntency, if, expect, logs
in thread inconsisntency, if, expect, logs
which is weird, but with Thelonius's comment I am able to parse out most of what i want to so im not terribly concerned. but i do still have one weird issue./bin/sh $ root:x
i changed my if statement to an unless but i still get bin/sh at the top(
), here is my unless if you desire to examine itbin/sh root:x:0:1::
as for the strangeness of expect's loging perhaps just deciding that Sun's perl 5.8 package is slightly broken would be a good idea as I gave a friend a copy over lunch and his linux box doesn't generate the \n (just got an email from him on that)unless( ($input eq "/bin/sh") || ($input eq "\$ ") || ($input eq "/") || ($input eq "bin/sh") )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: inconsisntency, if, expect, logs
by waswas-fng (Curate) on Jun 13, 2003 at 19:40 UTC | |
by jcpunk (Friar) on Jun 13, 2003 at 19:46 UTC | |
by waswas-fng (Curate) on Jun 13, 2003 at 19:48 UTC | |
by jcpunk (Friar) on Jun 13, 2003 at 20:07 UTC |