summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:48:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:48:16 +0000
commit6846793637c4bc96898ee03cb90fd9d66d497a83 (patch)
tree34b5c96069f35d679793a726fa71922ea6af785d /solenv
parent987a1c7487d850fab8bd488fad248992875ced81 (diff)
INTEGRATION: CWS ause079 (1.8.232); FILE MERGED
2007/06/19 10:57:18 hjs 1.8.232.1: #i78350# wrap hidc call
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/mhids.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/mhids.pl b/solenv/bin/mhids.pl
index 66d980954570..f9dcc2aeb844 100644
--- a/solenv/bin/mhids.pl
+++ b/solenv/bin/mhids.pl
@@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: mhids.pl,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: obo $ $Date: 2006-10-12 13:49:53 $
+# last change: $Author: hr $ $Date: 2007-06-27 17:48:16 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -182,7 +182,7 @@ if ( defined $ENV{"NO_HID_FILES"} ) {
#call perl5 -p -e "s/=[ \t]*\".*\"/=\"\"/go; s/\".*\"[ \t]*;/\"\" ;/go ; s/(\".*)\/\/(.*\")/$1\/\\\/$2/go ;" < %filename% > %srs%\%workfile%.c0
print "hidc $filename ${shell_workfile}.c1 $prjname \n";
-$ret = system "hidc $filename ${shell_workfile}.c1 $prjname";
+$ret = system "$ENV{WRAPCMD} hidc $filename ${shell_workfile}.c1 $prjname";
if ( $ret ) {
push @cleanuplist, ".c1";
cleandie("ERROR - calling \"hidc\" failed");