diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 11:57:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 11:57:10 +0000 |
commit | 2277d4e4dc25ba4da2cda949225c1cf259f15842 (patch) | |
tree | 4d6ca5b6c6c4eb1e0ad6ec2b64bd0f1d3b660f75 /desktop/scripts/soffice.sh | |
parent | a4c30e5dc3d5e5407237fc707267b52fa8b8f729 (diff) |
INTEGRATION: CWS sb87 (1.32.12); FILE MERGED
2008/05/09 14:54:38 sb 1.32.12.1: #i88211# introduced vnd.sun.star.pathname pseudo URL feature for INIFILENAME and URE_BOOTSTRAP, dropped INIFILEPATH feature again in return
Diffstat (limited to 'desktop/scripts/soffice.sh')
-rw-r--r-- | desktop/scripts/soffice.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index bf711053006d..240c69c03a05 100644 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -9,7 +9,7 @@ # # $RCSfile: soffice.sh,v $ # -# $Revision: 1.32 $ +# $Revision: 1.33 $ # # This file is part of OpenOffice.org. # @@ -76,7 +76,7 @@ done # extend the ld_library_path for java: javaldx checks the sofficerc for us if [ -x "$sd_prog/../basis-link/ure-link/bin/javaldx" ] ; then my_path=`"$sd_prog/../basis-link/ure-link/bin/javaldx" $BOOTSTRAPVARS \ - "-env:INIFILEPATH=$sd_prog/redirectrc"` + "-env:INIFILENAME=vnd.sun.star.pathname:$sd_prog/redirectrc"` if [ -n "$my_path" ] ; then LD_LIBRARY_PATH=$my_path${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH} export LD_LIBRARY_PATH |