summaryrefslogtreecommitdiff
path: root/solenv/bin/guw.pl
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2005-06-23 14:33:26 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2005-06-23 14:33:26 +0000
commita4ae50fdfc91769bc04e037072dbef96d1fb174f (patch)
tree0721935b9b065263c8c846a51605877a01a12523 /solenv/bin/guw.pl
parentfe148dc986044249b5337f26ccd3cbbeb2e45884 (diff)
#i51049# fix win/tcsh build breaker
Diffstat (limited to 'solenv/bin/guw.pl')
-rwxr-xr-xsolenv/bin/guw.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/guw.pl b/solenv/bin/guw.pl
index a0579d83bb86..7a492f772a5b 100755
--- a/solenv/bin/guw.pl
+++ b/solenv/bin/guw.pl
@@ -5,9 +5,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: guw.pl,v $
#
-# $Revision: 1.23 $
+# $Revision: 1.24 $
#
-# last change: $Author: rt $ $Date: 2005-06-20 14:50:46 $
+# last change: $Author: hjs $ $Date: 2005-06-23 15:32:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,7 +77,7 @@ use Text::ParseWords;
#---------------------------------------------------------------------------
# Define known parameter exceptions
-%knownpara = ( 'echo', [ '/TEST', 'QQQ', 'CCC' ],
+%knownpara = ( 'echo', [ '/TEST', 'QQQ', 'CCC', 'uno:' ],
'cl', [ '-clr:', '-Z' ],
'csc', [ '-target:' ],
'lib', [ 'OUT:', 'EXTRACT:','out:', 'def:', 'machine:' ],