[Bash-completion-devel] [bash-completion-Bugs][312204] Undefined $awkcurd in _known_hosts_real

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Wed Jan 6 08:33:19 UTC 2010


Bugs item #312204, was changed at 2010-01-05 22:19 by Freddy Vulto
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312204&group_id=100114

>Status: Closed
Priority: 3
Submitted By: Ville Skyttä  (scop-guest)
Assigned to: Freddy Vulto (fvu-guest)
Summary: Undefined $awkcurd in _known_hosts_real 
Distribution: None
Originally reported in: None
Milestone: None
Status: None
Original bug number: 


Initial Comment:
Commit 1f63e21ff58436f0d5ddf83d8f48e54640ffda91 introduces use of $awkcurd which is not defined anywhere as far as I can tell in _known_hosts_real:

-                   if [[ "$i" == *key_22_$curd*.pub ]] && [ -r "$i" ] ; then
+                   if [[ "$i" == *key_22_$awkcurd*.pub ]] && [ -r "$i" ] ; then

I'm not familiar with that part of known hosts functionality; Freddy, you committed this patch, could you have a look what it should be?

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

>Comment By: Freddy Vulto (fvu-guest)
Date: 2010-01-06 09:33

Message:
Typo: $awkcurd should be $curd.  Fixed in commit d5d7592.

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

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



More information about the Bash-completion-devel mailing list