diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-07-17 14:45:02 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-07-17 14:45:02 +0000 |
commit | cdda8f1f7b05ad05a900b06bfd6be9e29ca322fe (patch) | |
tree | 7eeb76fd9564308404ade630e0df1dabab006763 /solenv | |
parent | 203eb6f11c3d6209f064547f523d5c27d6bbbf86 (diff) |
#100157# define exceptions for regcomp
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/guw.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/solenv/bin/guw.pl b/solenv/bin/guw.pl index 9672dd570160..68c6c92cb92f 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.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hjs $ $Date: 2002-05-06 10:59:51 $ +# last change: $Author: hjs $ $Date: 2002-07-17 15:45:02 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,6 +82,7 @@ eval 'exec perl -wS $0 ${1+"$@"}' 'MAP', 'NODEFAULTLIB', 'OPT', 'PDB', 'RELEASE', 'SUBSYSTEM', 'STACK', 'out:', 'map:', 'ENTRY:', 'implib:', 'def' ], + 'regcomp', [ '-env:', 'vnd.sun.star.expand:' ], 'regmerge', [ '/UCR' ] ); #--------------------------------------------------------------------------- @@ -191,4 +192,5 @@ print( STDERR "Command: $command\n" ); replace_cyg(\@params); if ( defined $debug ) { print(STDERR "\n---------------------\nExecute: $command @params\n");}; +#print( STDERR "$command", @params); exec( "$command", @params); |