diff options
Diffstat (limited to 'packaging/macosx/Resources/script')
| -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. |
