summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-07-01 12:17:39 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-07-01 12:17:39 +0000
commit8db27b88f6b00e6e6824ba3a2a456fe873bce57e (patch)
treeb37442e1740aadf9eb3a2c33df45834145882e1b /transex3
parent333b16cea9e7f9a11968fd05c75a3de892e360d4 (diff)
#i10000# to 'honor' the lost path variable ...
Diffstat (limited to 'transex3')
-rwxr-xr-xtransex3/scripts/localize.pl8
1 files changed, 5 insertions, 3 deletions
diff --git a/transex3/scripts/localize.pl b/transex3/scripts/localize.pl
index 8d09b567b77b..b5d16cd7ceb1 100755
--- a/transex3/scripts/localize.pl
+++ b/transex3/scripts/localize.pl
@@ -103,6 +103,8 @@ if ( defined $ENV{USE_SHELL} && $ENV{USE_SHELL} eq '4nt' ) {
$DELIMITER = "/";
}
+my $binpath = $ENV{SOLARVER}.$DELIMITER.$ENV{INPATH}.$DELIMITER."bin".$ENV{UPDMINROREXT}.$DELIMITER ;
+
#%sl_modules = fetch_sourcelanguage_dirlist();
@@ -494,11 +496,11 @@ sub collectfiles{
my $args = "";
if( $ENV{WRAPCMD} ){
- $command = "$ENV{WRAPCMD} localize_sl";
+ $command = $ENV{WRAPCMD}.$binpath."localize_sl";
}else{
- $command = "localize_sl";
+ $command = $binpath."localize_sl";
}
-
+ print $command;
# -e
# if ( -x $command ){
if( $command ){