diff options
author | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2012-06-08 18:26:18 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2012-06-08 18:26:18 +0200 |
commit | 898d035e4c3f8539c7b21e65381f3d2bc6d8c748 (patch) | |
tree | 3d3d7ddd144be848d9e00bfb02bfa96bb73a168c /net:foret/completion/_sdk-test.sh | |
parent | b544003f665815700c3e692ed8528ad43fd12cd3 (diff) |
[Completion] cleanup
Diffstat (limited to 'net:foret/completion/_sdk-test.sh')
-rw-r--r-- | net:foret/completion/_sdk-test.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net:foret/completion/_sdk-test.sh b/net:foret/completion/_sdk-test.sh deleted file mode 100644 index d034421..0000000 --- a/net:foret/completion/_sdk-test.sh +++ /dev/null @@ -1,8 +0,0 @@ -#compdef sdk-test.sh - -_arguments -A "-*" \ - -- \ - "*=FILE*:file:_files"\ - "*{-c,--config}:file:_files"\ - ":targets:($([ -n "$TARGET" ] && for i in "" "-PLUGIN" "-APPSDK" "-PERF" ; echo $TARGET$i))" - |