sbopkg: return 0 if argument not required

This commit is contained in:
Sergey V 2011-01-06 18:24:15 +03:00
parent 207789bc7e
commit 600b0eb366

View File

@ -29,8 +29,9 @@ _sbopkg()
_filedir -d
return 0
;;
-s|-g)
-c|-g|-h|-k|-l|-o|-P|-p|-q|-R|-r|-s|-u|-v)
# argument required but no completions available
# or argument not required
return 0
;;
esac