Public bug reported:

Binary package hint: subversion

Around line 560 in the file:
/usr/share/subversion/hook-scripts/commit-email.pl
the if test:

    if (defined $stdout)
tests whether the variable is defined rather than testing it's value.
I suppose the test should be:
    if (defined $stdout and $stdout)

Otherwise the generated time stamp line will be inserted before the
headers which will then be interpreted as the body of the mail.

Also the formated date seems to be locale dependent and generates an
invalid date when executed under a de_AT.UTF-8 locale.

This is from the Jaunty package: 1.5.4dfsg1-1ubuntu2.1

** Affects: subversion (Ubuntu)
     Importance: Undecided
         Status: New

-- 
hook script commit-email.pl checks definition of $stdout instead of value
https://bugs.launchpad.net/bugs/461310
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to