From 753cc6b22adb659e9c6bdcf854d99bfe4b731d26 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 2 May 2000 08:23:31 +0000 Subject: completion cleanup, mostly _wanted and $expl (11049) --- Completion/User/_mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_mount') diff --git a/Completion/User/_mount b/Completion/User/_mount index 418b7974f..0d8d0996f 100644 --- a/Completion/User/_mount +++ b/Completion/User/_mount @@ -540,7 +540,7 @@ fstype) compset -P '*,' _wanted types expl 'file system type' \ - compadd "$expl[@]" -qS, -M 'L:|no=' - "$fss[@]" && ret=0 + compadd -qS, -M 'L:|no=' - "$fss[@]" && ret=0 ;; fsopt) _tags options || return 1 -- cgit 1.4.1