From a43e6e2db423930ccd0139a4263db64aa7875c00 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 3 Nov 2016 08:42:34 +0100 Subject: 40107: _mount, _fusermount: fix quoting --- Completion/Linux/Command/_fusermount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Linux') diff --git a/Completion/Linux/Command/_fusermount b/Completion/Linux/Command/_fusermount index d3d1647fa..02cb57237 100644 --- a/Completion/Linux/Command/_fusermount +++ b/Completion/Linux/Command/_fusermount @@ -20,7 +20,7 @@ case "$state" in _files -/ else mtpts=(${${${"${(f)$(< /etc/mtab)}"}#* }%% *}) - _canonical_paths mounted 'mounted filesystem' $mtpts + _canonical_paths mounted 'mounted filesystem' "${(@g::)mtpts}" fi ;; esac -- cgit 1.4.1