[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/infra/bin install-log-accum.pl
From: |
Sylvain Beucler |
Subject: |
[Savannah-cvs] administration/infra/bin install-log-accum.pl |
Date: |
Sat, 05 Feb 2005 03:40:22 -0500 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Sylvain Beucler <address@hidden> 05/02/05 08:40:22
Modified files:
infra/bin : install-log-accum.pl
Log message:
Fixed typo..
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/bin/install-log-accum.pl.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
Patches:
Index: administration/infra/bin/install-log-accum.pl
diff -u administration/infra/bin/install-log-accum.pl:1.15
administration/infra/bin/install-log-accum.pl:1.16
--- administration/infra/bin/install-log-accum.pl:1.15 Sat Feb 5 08:39:21 2005
+++ administration/infra/bin/install-log-accum.pl Sat Feb 5 08:40:22 2005
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# -*- perl -*-
#
-# $Id: install-log-accum.pl,v 1.15 2005/02/05 08:39:21 Beuc Exp $
+# $Id: install-log-accum.pl,v 1.16 2005/02/05 08:40:22 Beuc Exp $
use strict;
use warnings;
@@ -249,7 +249,7 @@
close CINFO;
# Checks in the file
- system('ci', '-q', 'u', '-mInstalled commit notification',
$commitinfo_file);
+ system('ci', '-q', '-u', '-mInstalled commit notification',
$commitinfo_file);
}
# write_loginfo($project, $cvsroot, $regex, $text, $module, $log_email,
$context_diffs, $diff_email)
@@ -294,7 +294,7 @@
close LINFO;
# Checks in the file
- system('ci', '-q', 'u', '-mInstalled commit notification', $loginfo_file);
+ system('ci', '-q', '-u', '-mInstalled commit notification', $loginfo_file);
}
1;
- [Savannah-cvs] administration/infra/bin install-log-accum.pl,
Sylvain Beucler <=