From b687bd97509053f27a27dab2f0e0cc13fa99ba02 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 3 Apr 2000 15:27:14 +0000 Subject: Various completion fixes --- Completion/User/_getconf | 1 - 1 file changed, 1 deletion(-) (limited to 'Completion/User/_getconf') 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 -- cgit 1.4.1