summaryrefslogtreecommitdiff
path: root/net:foret
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-07-03 11:22:30 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-07-03 11:22:30 +0200
commit87436f83141de7719a1aac4a8bd4321e99973cbb (patch)
treeb909e98064b97323cae0db69b8bc9cb54d65d56a /net:foret
parent89096752f0c027ae273653990718ef0358aeb29c (diff)
Completion : simplifies list.
Diffstat (limited to 'net:foret')
-rw-r--r--net:foret/completion/_sdk-targets8
1 files changed, 4 insertions, 4 deletions
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