aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-04 11:00:13 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-04 11:00:13 +0000
commitfe3cb24e5e25869c8903fa2d8280778cffc0299a (patch)
tree8350a37bb946a1e6aec5e94e880900d14225abdf /make-version.pl
parent6e23111b2582aec0640b1200a95b33eaa25865c1 (diff)
Next try.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23749 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-version.pl b/make-version.pl
index 1100afca7c..aacc846185 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -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";
}