Skip to content

Commit 7971f50

Browse files
committed
fix(svcadm): fix for localvar_inherit
1 parent e731fc4 commit 7971f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/svcadm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _smf_complete_fmri()
2424
{
2525
local cur="$1" prefix="$2"
2626
local cur_prefix fmri fmri_list=""
27-
local exact_mode pattern
27+
local exact_mode="" pattern
2828

2929
if [[ $cur == $prefix* ]]; then
3030
[[ $cur == "$prefix" ]] && cur+="/"

0 commit comments

Comments
 (0)