diff options
Diffstat (limited to 'Completion/Unix/Command/_gs')
-rw-r--r-- | Completion/Unix/Command/_gs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_gs b/Completion/Unix/Command/_gs index 345be0208..fceedcea7 100644 --- a/Completion/Unix/Command/_gs +++ b/Completion/Unix/Command/_gs @@ -8,7 +8,7 @@ if compset -N --; then return 1 fi else - local curcontext="$curcontext" state line ret=1 + local curcontext="$curcontext" state line expl ret=1 typeset -A opt_args _x_arguments -C \ |