source: trunk/third/mozilla/config/aboutime.pl @ 18860

Revision 18860, 219 bytes checked in by rbasch, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18859, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
Line 
1
2use strict;
3use mozBDate;
4
5my $outfile = $ARGV[0];
6my $build_num_file = $ARGV[1];
7my $infile = "";
8
9$infile = $ARGV[2] if ("$ARGV[2]" ne "");
10   
11&mozBDate::SubstituteBuildNumber($outfile, $build_num_file, $infile);
12
Note: See TracBrowser for help on using the repository browser.