summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-11 12:04:28 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-11 12:34:24 -0500
commit3c71b854e5653541806b70b133cf6ccf882a3872 (patch)
treeaff83f051569bd8bcff4b8a09f5963b609aa2bfa /desktop/scripts
parent8e00c04fc731d572e3d700cdab8fb57fee700397 (diff)
Hook for supporting --version command line option for Unix.
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/soffice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index cdfe1d0b69f6..a38cf280a29e 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -98,7 +98,7 @@ done
# test for availability of the fast external splash
for arg in $@; do
case "$arg" in
- --nologo|-nologo|--no-oosplash|-no-oosplash|--help|-help|-h|-\?)
+ --nologo|-nologo|--no-oosplash|-no-oosplash|--version|--help|-help|-h|-\?)
no_oosplash=y
;;
esac