diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-15 07:16:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-15 07:16:47 +0000 |
commit | 74d0de06ff73de0cc65cba639df6010fafcbec26 (patch) | |
tree | bb708ff2484fd9a2b06ec9079095b5069b9f9023 /desktop/scripts/soffice.sh | |
parent | d731d8f59518a0b89532391aed114e912251d0b4 (diff) |
INTEGRATION: CWS macosx08 (1.16.18); FILE MERGED
2005/05/22 22:06:14 ericb 1.16.18.1: fix bad test in soffice.sh
Diffstat (limited to 'desktop/scripts/soffice.sh')
-rw-r--r-- | desktop/scripts/soffice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 628377b4f99e..911d9e600b71 100644 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -65,7 +65,7 @@ SAL_ENABLE_FILE_LOCKING=1 export SAL_ENABLE_FILE_LOCKING # the following test is needed on Linux PPC with IBM j2sdk142 -if [ `uname -s`=="Linux" -a `uname -m`=="ppc" ] ; then +if [ `uname -s` = "Linux" -a "`uname -m`" = "ppc" ] ; then JITC_PROCESSOR_TYPE=6 export JITC_PROCESSOR_TYPE fi |