forked from e16/e16
1
0
Fork 0

minor fix.

SVN revision: 154
This commit is contained in:
Mandrake 1999-09-02 00:17:42 +00:00
parent f7ecce32a2
commit 4517713456
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if(($ARGV[0] =~ /com/) || ($ARGV[0] =~ /ci/)) {
unlink "timestamp.h";
print "Updating the files you are committing.\n";
system("cvs -z3 @ARGV2 2|tee errors");
system("cvs -z3 @ARGV2 2>&1 |tee errors");
open ERRORS, "errors";
while(<ERRORS>) {