about summary refs log tree commit diff
path: root/Completion/Linux/Type/_wakeup_capable_devices
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-09-30 21:58:19 +0000
committerClint Adams <clint@users.sourceforge.net>2006-09-30 21:58:19 +0000
commit3badc3caba2c061e4751f226b1d3d67bcd095848 (patch)
tree3788c5adbd45851053b21f1160cd05a064983713 /Completion/Linux/Type/_wakeup_capable_devices
parent8855a7b635cadb5d75c7e1f6c78688dc569af14c (diff)
downloadzsh-3badc3caba2c061e4751f226b1d3d67bcd095848.tar.gz
zsh-3badc3caba2c061e4751f226b1d3d67bcd095848.tar.xz
zsh-3badc3caba2c061e4751f226b1d3d67bcd095848.zip
22800: put quotes around "$@".
Diffstat (limited to 'Completion/Linux/Type/_wakeup_capable_devices')
-rw-r--r--Completion/Linux/Type/_wakeup_capable_devices2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Type/_wakeup_capable_devices b/Completion/Linux/Type/_wakeup_capable_devices
index dd79d2d0d..daad43b7a 100644
--- a/Completion/Linux/Type/_wakeup_capable_devices
+++ b/Completion/Linux/Type/_wakeup_capable_devices
@@ -10,6 +10,6 @@ while read devline; do
   desc+=$item
 done
 
-_describe -t wakeup-capable-devices 'wakeup capable device' desc $@ && ret=0
+_describe -t wakeup-capable-devices 'wakeup capable device' desc "$@" && ret=0
 
 return ret