summaryrefslogtreecommitdiff
path: root/desktop/scripts/simpress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scripts/simpress.sh')
-rwxr-xr-xdesktop/scripts/simpress.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/simpress.sh b/desktop/scripts/simpress.sh
index d78ea14207c0..a1808c3cb1f7 100755
--- a/desktop/scripts/simpress.sh
+++ b/desktop/scripts/simpress.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-cmd=`dirname "$0"`/soffice
+cmd=$(dirname "$0")/soffice
exec "$cmd" --impress "$@"