Skip to content

Commit 9d6ff68

Browse files
committed
fix(ri): work around localvar_inherit
1 parent 910a5a0 commit 9d6ff68

File tree

1 file changed

+1
-1
lines changed
  • completions

1 file changed

+1
-1
lines changed

completions/ri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ _comp_cmd_ri()
6666
return
6767
fi
6868

69-
local class method prefix ri_path ri_version ri_major separator IFS
69+
local class method prefix="" ri_path ri_version ri_major="" separator IFS
7070
local -a classes
7171

7272
ri_path=$(type -p ri)

0 commit comments

Comments
 (0)