summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/openDoc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-06-27 00:45:25 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-06-27 00:45:25 +0000
commit71862247ada17a337705adb6ceb0c92ef48f14cd (patch)
treed6791bf31b61d52ce1227428aa75d654a2f15d3f /tools/osx_packaging/openDoc
parent2b5d095464a28ae680cf4454af99b4debd3bcabf (diff)
Components of Ardour.app package.
git-svn-id: svn://localhost/ardour2/trunk@644 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/osx_packaging/openDoc')
-rwxr-xr-xtools/osx_packaging/openDoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/osx_packaging/openDoc b/tools/osx_packaging/openDoc
new file mode 100755
index 0000000000..888a42b176
--- /dev/null
+++ b/tools/osx_packaging/openDoc
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# Author: Aaron Voisine <aaron@voisine.org>
+
+export "DISPLAY=`cat /tmp/$UID/TemporaryItems/display`"
+exec "`dirname \"$0\"`/bin/gimp-remote" "$@"