Displaying 1 result from an estimated 1 matches for "comp_known_hosts_with_hostfile".
2020 Jul 16
1
[Bug 1443] New: ipset -bash: syntax error near unexpected token `;;'
...ts_real | grep -v __ltrim_colon_completions | grep -Ev
"^_known_hosts_real.*$" | grep -Ev "^(\{|\})" | tail -n 5
COMPREPLY+=($( compgen -W "$( ruptime 2>/dev/null | awk
'!/^ruptime:/ { print $1 }' )" -- "$cur" ));
if [[ -n ${COMP_KNOWN_HOSTS_WITH_HOSTFILE-1} ]]; then
COMPREPLY+=($( compgen -A hostname -P "$prefix$user" -S "$suffix" --
"$cur" ));
fi;
return 0
I understand that this is may not be scope of ipset developers, so should I
direct this issue to distro maintainers?
--
You are receiving this ma...