summaryrefslogtreecommitdiff
path: root/completions/cfrun
diff options
context:
space:
mode:
Diffstat (limited to 'completions/cfrun')
-rw-r--r--completions/cfrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/cfrun b/completions/cfrun
index 0be44132..7dd1beff 100644
--- a/completions/cfrun
+++ b/completions/cfrun
@@ -22,7 +22,7 @@ _cfrun()
esac
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '-f -h -d -S -T -v' -- $cur ) )
+ COMPREPLY=( $( compgen -W '-f -h -d -S -T -v' -- "$cur" ) )
else
hostfile=${CFINPUTS:-/var/lib/cfengine/inputs}/cfrun.hosts
for (( i=1; i < cword; i++ )); do