From 9fa47e42c37c992938129c3075eba7f54142e62e Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 21 Feb 2005 11:13:55 +0000 Subject: INTEGRATION: CWS ause022 (1.2.54); FILE MERGED 2005/02/16 16:17:35 hjs 1.2.54.1: #i42566#, #i42554# fix rebuild problems --- scp2/macros/macro.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'scp2/macros') diff --git a/scp2/macros/macro.pl b/scp2/macros/macro.pl index fe11ec032834..6e692214d92f 100644 --- a/scp2/macros/macro.pl +++ b/scp2/macros/macro.pl @@ -2,9 +2,9 @@ # # $RCSfile: macro.pl,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2005-01-13 19:19:33 $ +# last change: $Author: vg $ $Date: 2005-02-21 12:13:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -61,6 +61,7 @@ #************************************************************************* my $completelangiso_var = $ENV{completelangiso_var}; +my $lastcompletelangiso_var;; my $outfile = ""; if ( !defined $completelangiso_var) { @@ -254,7 +255,7 @@ sub startup_check usage() if $i<2; usage() if "$outfile" eq ""; if ( -f "$outfile" ) { - open OLDFILE, "$outfile" or die "$0 - ERROR: $outfiles exists but isn't readable.\n"; + open OLDFILE, "$outfile" or die "$0 - ERROR: $outfile exists but isn't readable.\n"; while ( $line = ) { if ( $line =~ /^\/\/.*completelangiso:/ ) { $lastcompletelangiso_var = $line; -- cgit v1.2.3