script revision 2a5a0f657a4bc3d506562ec6be0de8fd5cddad81
#!/bin/bash
#
# Author: Aaron Voisine <aaron@voisine.org>
# Inkscape Modifications: Michael Wybrow <mjwybrow@users.sourceforge.net>
# Inkscape Modifications: ~suv <suv-sf@users.sourceforge.net>
#export _DEBUG=true
CWD="$(cd "$(dirname "$0")" && pwd)"
source "${CWD}/xdg_setup.sh"
source "${CWD}/alert_fccache.sh"
# TODO examine whether it would be wisest to move the code from inkscape shell
# script and getdisplay.sh to here and only keep the real binary in bin. This
# may make things easier on Leopard and may also help using Inkscape on the
# command line.
#
# See related FIXME in bin/inkscape for requirements to merge the two scripts.
exec "$CWD/bin/inkscape" "$@"