Axel Liljencrantz wrote:
> On Jan 1, 2008 6:53 PM, Chris FORNO <[EMAIL PROTECTED]> wrote:
>> To reproduce (in config.fish):
>> set SSHAGENT /usr/bin/ssh-agent
>> set SSHAGENTARGS -s
>> if [ -z $SSH_AUTH_SOCK -a -x $SSHAGENT ];
>>   eval ($SSHAGENT $SSHAGENTARGS)
>> end
> 
> Thank you for the bug report.
> 
> Unfortunatly, I can not reproduce this issue. Moreover, the snippet
> you sent is invalid fish syntax, I suspect the next to last line is
> supposed to read
> 
>    eval $SSHAGENT $SSHAGENTARGS
> 
> correct?

I'm not sure. I want to evaluate the text output by ssh-agent (it
returns some statements to set some environment variables in sh syntax,
which I don't expect to work).

> Could you perhaps tell me what fish version you are running? ('fish
> --version' should telly you)

fish, version 1.22.3

I also noticed that the error output doesn't continue forever. It stops
after about 5 times, after which fish is usable.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to