$NetBSD: patch-cu,v 1.1.1.1 2002/02/13 18:09:22 mrauch Exp $ --- ../sysui/unix/office/scripts/soffice.sh.orig Wed Sep 19 11:24:33 2001 +++ ../sysui/unix/office/scripts/soffice.sh @@ -81,6 +81,7 @@ sd_platform=`uname -s` case $sd_platform in SCO_SV) test=/bin/test ;; + NetBSD) test=/bin/test ;; FreeBSD) test=/bin/test ;; *) test=/usr/bin/test ;; esac