diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 11:13:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 11:13:55 +0000 |
commit | 9fa47e42c37c992938129c3075eba7f54142e62e (patch) | |
tree | 3e1bd1a12466f9527ae8a64411ee4c7fbd373b5b /scp2/macros | |
parent | a25f1e44dd402aab37e4e85a6c006268a80e5bdc (diff) |
INTEGRATION: CWS ause022 (1.2.54); FILE MERGED
2005/02/16 16:17:35 hjs 1.2.54.1: #i42566#, #i42554# fix rebuild problems
Diffstat (limited to 'scp2/macros')
-rw-r--r-- | scp2/macros/macro.pl | 7 |
1 files changed, 4 insertions, 3 deletions
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 = <OLDFILE> ) { if ( $line =~ /^\/\/.*completelangiso:/ ) { $lastcompletelangiso_var = $line; |