From 87436f83141de7719a1aac4a8bd4321e99973cbb Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 3 Jul 2012 11:22:30 +0200 Subject: Completion : simplifies list. --- net:foret/completion/_sdk-targets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net:foret') diff --git a/net:foret/completion/_sdk-targets b/net:foret/completion/_sdk-targets index 1f655c7..de77138 100644 --- a/net:foret/completion/_sdk-targets +++ b/net:foret/completion/_sdk-targets @@ -20,10 +20,10 @@ _sdk-targets() { for target in $( _platforms ) ; do [ "$target" = "$TARGET" ] && continue; - for i in ":${target} Standard SDK"\ - "-PLUGIN:${target} Plugin SDK"\ - "-APPSDK:${target} Advanced Plugin SDK"\ - "-PERF:${target} Performance tests" ; + for i in ""\ + "-PLUGIN"\ + "-APPSDK"\ + "-PERF" ; echo $target$i done -- cgit v1.2.3