diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-01-04 23:45:49 +0900 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-04 10:59:56 -0500 |
commit | d4536ae9fcf55e37ba9a457935ab66ccbc6af98e (patch) | |
tree | dfc709b6db542d75b7eb14ec88dd3343364f2130 /desktop/scripts/smath.sh | |
parent | 163d89164ebe9d0be0581ccb881ec1ed656f9cf0 (diff) |
prefer the long prefix '--'
Diffstat (limited to 'desktop/scripts/smath.sh')
-rw-r--r-- | desktop/scripts/smath.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/smath.sh b/desktop/scripts/smath.sh index ae4e3670a8d5..454fa135ff8e 100644 --- a/desktop/scripts/smath.sh +++ b/desktop/scripts/smath.sh @@ -1,4 +1,4 @@ #!/bin/sh cmd=`dirname "$0"`/soffice -exec "$cmd" -math "$@" +exec "$cmd" --math "$@" |