Kaydet (Commit) 74d0de06 authored tarafından Oliver Bolte's avatar Oliver Bolte

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
üst d731d8f5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment