diff options
Diffstat (limited to 'app-text/glark/files/1.7.2/glark-completion')
-rw-r--r-- | app-text/glark/files/1.7.2/glark-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/glark/files/1.7.2/glark-completion b/app-text/glark/files/1.7.2/glark-completion index 4cd470e03705..2dd71c395f49 100644 --- a/app-text/glark/files/1.7.2/glark-completion +++ b/app-text/glark/files/1.7.2/glark-completion @@ -4,7 +4,7 @@ _glark() { - local cur + local cur prev COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} |