From 3badc3caba2c061e4751f226b1d3d67bcd095848 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 30 Sep 2006 21:58:19 +0000 Subject: 22800: put quotes around "$@". --- Completion/Linux/Type/_fuse_values | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Linux/Type/_fuse_values') diff --git a/Completion/Linux/Type/_fuse_values b/Completion/Linux/Type/_fuse_values index 2600d141c..be830cb40 100644 --- a/Completion/Linux/Type/_fuse_values +++ b/Completion/Linux/Type/_fuse_values @@ -44,12 +44,12 @@ fvals=( 'attr_timeout[cache timeout for attributes]:timeout (s)' ) -[[ -n $cvalsvar ]] && set -- $@ ${(P)cvalsvar} +[[ -n $cvalsvar ]] && set -- "$@" ${(P)cvalsvar} if [[ $# -eq 0 ]]; then set -- 'mount options' $fvals else - set -- $@ $fvals + set -- "$@" $fvals fi if [[ -n $state ]]; then @@ -57,7 +57,7 @@ if [[ -n $state ]]; then state= fi -_values $opts $@ && ret=0 +_values $opts "$@" && ret=0 if [[ -n $state ]]; then compstate[restore]= -- cgit 1.4.1