#7 JOnAS: remove unneded wrapper function

This commit is contained in:
Julien Nicoulaud 2011-09-18 21:13:33 +02:00
parent b6a6f585d2
commit e75f46c85c
1 changed files with 72 additions and 78 deletions

8
_jonas
View File

@ -43,10 +43,7 @@
typeset -A opt_args
local context state line curcontext="$curcontext"
_jonas() {
local ret=1
local context state line curcontext="$curcontext" ret=1
_arguments -C \
'1:cmd:->cmds' \
@ -121,6 +118,3 @@ _jonas() {
esac
return ret
}
_jonas "$@"