Skip to content

Commit b4e371b

Browse files
committed
fix(_ip_addresses): sed portability
1 parent be1854f commit b4e371b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ _ip_addresses()
10691069
{
10701070
local n
10711071
case ${1-} in
1072-
-a) n='6\?' ;;
1072+
-a) n='6\{0,1\}' ;;
10731073
-6) n='6' ;;
10741074
*) n= ;;
10751075
esac

0 commit comments

Comments
 (0)