From ca585f812b02071cc261fb9dbe463bab6f8be602 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 15 Jan 2001 09:11:31 +0000 Subject: add `services', allowing easier re-use of (parts of) completion functions (13346) --- 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 50fa769b2..cbd762583 100644 --- a/Completion/User/_mount +++ b/Completion/User/_mount @@ -368,7 +368,7 @@ if (( ! $+_fs_any )); then esac fi -if [[ "${words[1]:t}" = mount ]]; then +if [[ "$service" = mount ]]; then # Here are the tests and tables for the arguments and options for # the `mount' program. The `fss' array has to be set to the names -- cgit 1.4.1