FS#21068 - [git] bash-completion file contains error
Attached to Project:
Arch Linux
Opened by Liganic (liganic) - Monday, 04 October 2010, 20:36 GMT
Last edited by Ionut Biru (wonder) - Monday, 04 October 2010, 20:43 GMT
Opened by Liganic (liganic) - Monday, 04 October 2010, 20:36 GMT
Last edited by Ionut Biru (wonder) - Monday, 04 October 2010, 20:43 GMT
|
Details
git-1.7.3.1-2 contains an error in
/etc/bash_completion.d/git Line 123:
it is: done < <(git config -z --get-regexp '^(svn-remote\..*\.url|bash\.showupstream)$' 2>/dev/null | tr '\0\n' '\n ') but should (probably) be: done < $(git config -z --get-regexp '^(svn-remote\..*\.url|bash\.showupstream)$' 2>/dev/null | tr '\0\n' '\n ') |
This task depends upon
Closed by Ionut Biru (wonder)
Monday, 04 October 2010, 20:43 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#20264
Monday, 04 October 2010, 20:43 GMT
Reason for closing: Duplicate
Additional comments about closing: