summarylogtreecommitdiffstats
path: root/planmaker16
diff options
context:
space:
mode:
authorjdarch2016-05-26 11:12:44 +0200
committerjdarch2016-05-26 11:12:44 +0200
commitddce2ed05d543c930ec32fe8a963fc2c3557c2f5 (patch)
tree7386834a4f05b501146ae3d2d65d5d10aa1605af /planmaker16
parentd050b81195c560cb5025eb44d0b2465864533920 (diff)
downloadaur-ddce2ed05d543c930ec32fe8a963fc2c3557c2f5.tar.gz
Update to revision 757
Diffstat (limited to 'planmaker16')
-rw-r--r--planmaker162
1 files changed, 1 insertions, 1 deletions
diff --git a/planmaker16 b/planmaker16
index cfbed9acc16e..eac6ba0f9d39 100644
--- a/planmaker16
+++ b/planmaker16
@@ -1,3 +1,3 @@
#!/bin/sh
# A script to run PlanMaker.
-/opt/smoffice2016/planmaker "$@" \ No newline at end of file
+[ -z "$SMOFFICE_GUI" ] && /opt/smoffice2016/planmaker "$@" || /opt/smoffice2016/planmaker "$SMOFFICE_GUI" "$@"