diff options
Diffstat (limited to 'packaging/macosx/Resources/script')
| -rwxr-xr-x | packaging/macosx/Resources/script | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/macosx/Resources/script b/packaging/macosx/Resources/script index de839484d..a97d02486 100755 --- a/packaging/macosx/Resources/script +++ b/packaging/macosx/Resources/script @@ -11,12 +11,11 @@ CWD="$(cd "$(dirname "$0")" && pwd)" source "${CWD}/xdg_setup.sh" source "${CWD}/alert_fccache.sh" -BASE="$(echo "$0" | sed -e 's/\/Contents\/Resources\/script/\//')" -cd "$BASE" - # 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" "$@" |
