From 036ed05fe35044e49a91e12b6a8e5f36a5b9c4c2 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 25 Mar 2003 12:52:54 +0000 Subject: MWS_SRX644: migrate branch mws_srx644 -> HEAD --- desktop/scripts/smath.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 desktop/scripts/smath.sh (limited to 'desktop/scripts/smath.sh') diff --git a/desktop/scripts/smath.sh b/desktop/scripts/smath.sh new file mode 100644 index 000000000000..ae4e3670a8d5 --- /dev/null +++ b/desktop/scripts/smath.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cmd=`dirname "$0"`/soffice +exec "$cmd" -math "$@" -- cgit From d4536ae9fcf55e37ba9a457935ab66ccbc6af98e Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 4 Jan 2011 23:45:49 +0900 Subject: prefer the long prefix '--' --- desktop/scripts/smath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/scripts/smath.sh') 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 "$@" -- cgit