parenthesize regex

pull/328/head
romkatv 5 years ago
parent 39b2064a97
commit 37221b7720

@ -231,7 +231,7 @@ _p9k_segment_in_use() {
} }
function _p9k_parse_ip() { function _p9k_parse_ip() {
local iface_regex="^${1:-.*}\$" iface ip local iface_regex="^(${1:-.*})\$" iface ip
for iface ip in "${(@kv)_p9k_iface}"; do for iface ip in "${(@kv)_p9k_iface}"; do
if [[ $iface =~ $iface_regex ]]; then if [[ $iface =~ $iface_regex ]]; then
_p9k_ret=$ip _p9k_ret=$ip

Loading…
Cancel
Save