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

Return to issue 7847