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