Package: cogito
Version: 0.16.0-1
Severity: grave
Justification: renders package unusable

Since upgrading to bash 3.1 (the latest in unstable), cogito's cg-commit
command breaks:
  $ cg-init
  defaulting to local storage area
  /usr/bin/cg-commit: line 190: syntax error near unexpected token `('
  /usr/bin/cg-commit: line 190: ` eval commitfiles=($(cat $filter |
  path_xargs git-diff-index -r -m HEAD -- | \'

Bash 3.1 is pickier about the parentheses in the eval; () must be quoted
(as \(\) or in "").  It looks like upstream has already fixed this (and
a few other bash 3.1 problems) in commit:
  c34455488fa8c91466b9e8cceb025a203a19f0c5


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to