summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2003-05-19 02:59:32 +0000
committersimonb <simonb@pkgsrc.org>2003-05-19 02:59:32 +0000
commit74c0530c8eec97aefbf8288bfc678114f6f039ac (patch)
tree64f133e304ceb2445ee0fa62830f5bc16ff6e90e /misc
parent01f9bb220175e1231026504d67e00b23a4cc93d3 (diff)
downloadpkgsrc-74c0530c8eec97aefbf8288bfc678114f6f039ac.tar.gz
Copy part of rev 1.2 from openoffice-linux/files/soffice:
`Also properly quote the arguments to soffice.'
Diffstat (limited to 'misc')
-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 "$@"