about summary refs log tree commit diff
path: root/Completion/Linux/Type/_wakeup_capable_devices
diff options
context:
space:
mode:
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