summaryrefslogtreecommitdiff
path: root/solenv/bin/gccinstlib.pl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-07 09:31:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-07 09:31:21 +0000
commit1c87e426c533250e7e0a4615dab03879d381d522 (patch)
tree58c899ed885cc45124bf5bf8b78269c805e56c07 /solenv/bin/gccinstlib.pl
parentfeb251db6e441a1b277d15d5e486cc1fa615f94a (diff)
INTEGRATION: CWS geordi2q16 (1.2.152); FILE MERGED
2004/04/05 14:24:20 hr 1.2.152.1: #111934#: merge CWS ooo111regression5
Diffstat (limited to 'solenv/bin/gccinstlib.pl')
-rw-r--r--solenv/bin/gccinstlib.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/solenv/bin/gccinstlib.pl b/solenv/bin/gccinstlib.pl
index 4c20e8abd456..bc8229756584 100644
--- a/solenv/bin/gccinstlib.pl
+++ b/solenv/bin/gccinstlib.pl
@@ -5,9 +5,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: gccinstlib.pl,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hr $ $Date: 2003-04-28 16:41:16 $
+# last change: $Author: hr $ $Date: 2004-04-07 10:31:21 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,6 +63,8 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
#*************************************************************************
+$ENV{'LC_MESSAGES'} = 'C';
+
%SearchDirs = GetGccSearchDirs ();
$LibPaths = $SearchDirs{'libraries'} || die 'Foo';