summaryrefslogtreecommitdiff
path: root/net-firewall/ipset/files/ipset-bash-completion.patch
blob: 1c2b6e62b8223014d26f42973e790b1ecb766e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/utils/ipset_bash_completion/ipset	2024-03-09 12:53:38.756882196 -0500
+++ b/utils/ipset_bash_completion/ipset	2024-03-09 12:54:32.838917743 -0500
@@ -1005,7 +1005,7 @@ if ((got_bashcompl)); then
 	if ! declare -F _ipset_known_hosts &>/dev/null; then
 	eval '_ipset_known_hosts() { '$(declare -f _known_hosts_real | \
 		grep -v __ltrim_colon_completions | \
-		grep -Ev "^_known_hosts_real.*$" | grep -Ev "^(\{|\})")'; }'
+		grep -Ev "^_known_hosts_real.*$" | grep -Ev "^(\{|\})")' }'
 	fi
 fi