diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-08-20 15:12:34 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-08-20 15:12:34 +0000 |
| commit | d62ebe7d9d0fa50204d44da29920da8bcbac92ad (patch) | |
| tree | 1ad4f98a94e2db6872b67d3acff520fb0e07c61b | |
| parent | include fontconfig's fonts.dtd (fonts.conf is custom and copied from Resource... (diff) | |
| download | inkscape-d62ebe7d9d0fa50204d44da29920da8bcbac92ad.tar.gz inkscape-d62ebe7d9d0fa50204d44da29920da8bcbac92ad.zip | |
Resources/script: improve cli support (rel path to script) - thx Liam for the reminder\!
(bzr r13506.1.28)
| -rwxr-xr-x | packaging/macosx/Resources/script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Resources/script b/packaging/macosx/Resources/script index 33d5a6c50..4a1d0b1a7 100755 --- a/packaging/macosx/Resources/script +++ b/packaging/macosx/Resources/script @@ -3,7 +3,7 @@ # Author: Aaron Voisine <aaron@voisine.org> # Inkscape Modifications: Michael Wybrow <mjwybrow@users.sourceforge.net> -CWD=`dirname "$0"` +CWD="$(cd "$(dirname "$0")" && pwd)" # Warn the user about time-consuming generation of fontconfig caches. # TODO: Somehow keep in sync with ScriptExec and bin/inkscape. |
