summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tinderbox_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index 70fb07a..7222324 100755
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
@@ -82,7 +82,7 @@ sub BuildIt {
82 if (-e (my $file = "nagios-plugins.spec")) { 82 if (-e (my $file = "nagios-plugins.spec")) {
83 open F, $file; 83 open F, $file;
84 while (<F>) { 84 while (<F>) {
85 if (/^Version: HEAD-(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)$/) { 85 if (/^Version: trunk-(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)$/) {
86 $StartTime = timegm(0, $5, $4, $3, ($2 - 1), ($1 - 1900)); 86 $StartTime = timegm(0, $5, $4, $3, ($2 - 1), ($1 - 1900));
87 last; 87 last;
88 } 88 }