Next try.

svn path=/trunk/; revision=23749
This commit is contained in:
Jörg Mayer 2007-12-04 11:00:13 +00:00
parent 236e14d9f6
commit 48537a7a65
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ sub read_svn_info {
if ($line =~ /Last Changed Rev: (\d+)/) {
$revision = $1;
}
if ($line =~ /^$/) {
if ($line =~ /^\s*$/ || $revision =~ /^\s*$/) {
$last = "unknown";
$revision = "unknown";
}