summaryrefslogtreecommitdiff
path: root/desktop/scripts/sbase.sh
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-01-04 23:45:49 +0900
committerKohei Yoshida <kyoshida@novell.com>2011-01-04 10:59:56 -0500
commitd4536ae9fcf55e37ba9a457935ab66ccbc6af98e (patch)
treedfc709b6db542d75b7eb14ec88dd3343364f2130 /desktop/scripts/sbase.sh
parent163d89164ebe9d0be0581ccb881ec1ed656f9cf0 (diff)
prefer the long prefix '--'
Diffstat (limited to 'desktop/scripts/sbase.sh')
-rw-r--r--desktop/scripts/sbase.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/sbase.sh b/desktop/scripts/sbase.sh
index 932a535e53bd..e3a8ed07d5c0 100644
--- a/desktop/scripts/sbase.sh
+++ b/desktop/scripts/sbase.sh
@@ -1,4 +1,4 @@
#!/bin/sh
cmd=`dirname "$0"`/soffice
-exec "$cmd" -base "$@"
+exec "$cmd" --base "$@"