[Bash-completion-devel] [bash-completion-Bugs][311595] tries to execute ssh UserKnownHostsFile

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Sun Apr 12 21:40:01 UTC 2009


Bugs item #311595, was changed at 2009-04-11 05:30 by Ville Skyttä 
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=311595&group_id=100114

Status: Open
Priority: 3
Submitted By: Olivier Crête (tester-guest)
Assigned to: Nobody (None)
Summary: tries to execute ssh UserKnownHostsFile 
Distribution: Gentoo
Originally reported in: None
Milestone: None
Status: None
Original bug number: 


Initial Comment:
The _known_hosts function tries to execute the UserKnownHostsFile file instead of just getting its name, there is an extra "eval", if you just remove it, it works fine.

----------------------------------------------------------------------

>Comment By: Ville Skyttä  (scop-guest)
Date: 2009-04-13 00:40

Message:
I can't reproduce - the two eval lines in _known_hosts are both like
    foo=$( eval echo bar )
which for me does not try to execute "bar".

----------------------------------------------------------------------

Comment By: Olivier Crête (tester-guest)
Date: 2009-04-13 00:03

Message:
Its 1.0.. and I also checked the git master (but didn't test it).

----------------------------------------------------------------------

Comment By: Ville Skyttä  (scop-guest)
Date: 2009-04-12 19:47

Message:
Which version of bash_completion is this?  If not 1.0, please test with it.

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=311595&group_id=100114



More information about the Bash-completion-devel mailing list