From 29d9e502e805e7cc360d87adc98a42e7876f3edc Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 1 Mar 2005 12:25:48 +0000 Subject: INTEGRATION: CWS vq13 (1.3.6); FILE MERGED 2005/02/26 15:03:05 vq 1.3.6.1: #i43294# Fix W32-4nt build in scp2. --- scp2/macros/macro.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scp2/macros') diff --git a/scp2/macros/macro.pl b/scp2/macros/macro.pl index 6e692214d92f..8e936b6a10db 100644 --- a/scp2/macros/macro.pl +++ b/scp2/macros/macro.pl @@ -2,9 +2,9 @@ # # $RCSfile: macro.pl,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2005-02-21 12:13:55 $ +# last change: $Author: kz $ $Date: 2005-03-01 13:25:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,7 +60,7 @@ # #************************************************************************* -my $completelangiso_var = $ENV{completelangiso_var}; +my $completelangiso_var = $ENV{COMPLETELANGISO_VAR}; my $lastcompletelangiso_var;; my $outfile = ""; -- cgit