summaryrefslogtreecommitdiff
path: root/net:foret
diff options
context:
space:
mode:
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