diff options
Diffstat (limited to 'Completion/Linux')
-rw-r--r-- | Completion/Linux/_rpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/_rpm b/Completion/Linux/_rpm index 70de704d0..a09d16587 100644 --- a/Completion/Linux/_rpm +++ b/Completion/Linux/_rpm @@ -44,7 +44,7 @@ local ret=1 tmp expl # Used by `_arguments', made local here. local state lstate line -typeset -A options +typeset -A opt_args state='' |