From: Andre Noll Date: Sun, 5 Nov 2017 18:38:44 +0000 (+0100) Subject: bash_completion: Get rid of weird retry logic. X-Git-Tag: v0.6.2~48^2~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6d930a94890ac8c6cffaa884eec5458316f44be9;hp=6d930a94890ac8c6cffaa884eec5458316f44be9 bash_completion: Get rid of weird retry logic. It's totally unclear what this is supposed to do, as the commit which introduced it six years ago does not say anything about the space character being the only "proper" value. Removing the check fixes an issue that only happens on the first completion attempt: if a unique completion is possible, the completer prints this completion as if there were multiple completions possible instead of completing the command line. ---