View | Details | Raw Unified | Return to issue 7847
Collapse All | Expand All

(-)oounix/office/scripts/soffice.sh (+1 lines)
Lines 82-87 Link Here
82
case $sd_platform in
82
case $sd_platform in
83
	SCO_SV) test=/bin/test     ;;
83
	SCO_SV) test=/bin/test     ;;
84
	FreeBSD) test=/bin/test     ;;
84
	FreeBSD) test=/bin/test     ;;
85
	Darwin) test=/bin/test     ;;
85
  	*)      test=/usr/bin/test ;;
86
  	*)      test=/usr/bin/test ;;
86
esac
87
esac
87
88
(-)unix/office/scripts/soffice.sh (+5 lines)
Lines 168-173 Link Here
168
    export LD_LIBRARY_PATH
168
    export LD_LIBRARY_PATH
169
    ;;
169
    ;;
170
170
171
  Darwin)
172
     DYLD_LIBRARY_PATH="$sd_progsub":"$sd_prog":$DYLD_LIBRARY_PATH
173
     export DYLD_LIBRARY_PATH
174
     ;; 
175
171
  *)
176
  *)
172
    LD_LIBRARY_PATH="$sd_progsub":"$sd_prog":$LD_LIBRARY_PATH
177
    LD_LIBRARY_PATH="$sd_progsub":"$sd_prog":$LD_LIBRARY_PATH
173
    export LD_LIBRARY_PATH
178
    export LD_LIBRARY_PATH

Return to issue 7847