]> git.tuebingen.mpg.de Git - gsu.git/commitdiff
Fix gsu com_complete().
authorAndre Noll <maan@systemlinux.org>
Tue, 29 Nov 2011 13:02:48 +0000 (14:02 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Aug 2014 19:39:58 +0000 (21:39 +0200)
It should work also if set -u was given. Currently this fails if
_com_complete() is called with no arguments.

Moreover, the first argument, if it is provided, should be a number
but we missed to check this.


No differences found