summaryrefslogtreecommitdiff
path: root/misc/openoffice
diff options
context:
space:
mode:
authorsimonb <simonb>2003-05-19 02:59:32 +0000
committersimonb <simonb>2003-05-19 02:59:32 +0000
commit23a17d6b23198773ce0f0c0998ed8db6ac5bbc8f (patch)
tree64f133e304ceb2445ee0fa62830f5bc16ff6e90e /misc/openoffice
parentbc98e36c97ceb2954847c65f9b67485ec41d9d87 (diff)
downloadpkgsrc-23a17d6b23198773ce0f0c0998ed8db6ac5bbc8f.tar.gz
Copy part of rev 1.2 from openoffice-linux/files/soffice:
`Also properly quote the arguments to soffice.'
Diffstat (limited to 'misc/openoffice')
-rwxr-xr-xmisc/openoffice/files/soffice4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice/files/soffice b/misc/openoffice/files/soffice
index 3bdfcdb0c24..44b41c319a8 100755
--- a/misc/openoffice/files/soffice
+++ b/misc/openoffice/files/soffice
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: soffice,v 1.2 2003/05/19 02:58:19 simonb Exp $
+# $NetBSD: soffice,v 1.3 2003/05/19 02:59:32 simonb Exp $
#
SOINST=@@PREFIX@@/OpenOffice.org641
[ "$SOFFICE" = "" ] && SOFFICE=$HOME/OpenOffice.org641
@@ -34,4 +34,4 @@ fi
# have to be open for normal operation
ulimit -n `ulimit -n -H`
-exec ${SOFFICE}/soffice $*
+exec ${SOFFICE}/soffice "$@"