diff options
Diffstat (limited to 'Completion/User/_getconf')
-rw-r--r-- | Completion/User/_getconf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/User/_getconf b/Completion/User/_getconf index 59e9a83bc..613632c1d 100644 --- a/Completion/User/_getconf +++ b/Completion/User/_getconf @@ -29,7 +29,6 @@ if [[ CURRENT -eq 2 ]]; then _POSIX_NO_TRUNC _POSIX_VDISABLE && ret=0 compadd "$expl[@]" -S ' ' LINK_MAX MAX_CANON MAX_INPUT NAME_MAX \ PATH_MAX PIPE_BUF && ret=0 - (( ret )) || break done (( ret )) || return 0 done |