script revision 0ebbddd9798c87347ad0941f264d9af468a2d74e
3389N/A#!/bin/bash
3909N/A#
3389N/A# Author: Aaron Voisine <aaron@voisine.org>
3389N/A# Inkscape Modifications: Michael Wybrow <mjwybrow@users.sourceforge.net>
3389N/A# Inkscape Modifications: ~suv <suv-sf@users.sourceforge.net>
3389N/A
3389N/A#export _DEBUG=true
3389N/A
3389N/ACWD="$(cd "$(dirname "$0")" && pwd)"
3389N/A
3389N/Asource "${CWD}/xdg_setup.sh"
3389N/Asource "${CWD}/alert_fccache.sh"
3389N/A
3389N/ABASE="$(echo "$0" | sed -e 's/\/Contents\/Resources\/script/\//')"
3389N/Acd "$BASE"
3389N/A
3389N/A# TODO examine whether it would be wisest to move the code from inkscape shell
3389N/A# script and getdisplay.sh to here and only keep the real binary in bin. This
3389N/A# may make things easier on Leopard and may also help using Inkscape on the
3389N/A# command line.
3389N/A
3389N/Aexec "$CWD/bin/inkscape" "$@"
3389N/A