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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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 

Loading...