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/_wakeup_capable_devices | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Linux/Type/_wakeup_capable_devices') 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 -- cgit 1.4.1