diff options
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 "$@" |