From d62ebe7d9d0fa50204d44da29920da8bcbac92ad Mon Sep 17 00:00:00 2001 From: su_v Date: Wed, 20 Aug 2014 17:12:34 +0200 Subject: Resources/script: improve cli support (rel path to script) - thx Liam for the reminder\! (bzr r13506.1.28) --- packaging/macosx/Resources/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') 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 # Inkscape Modifications: Michael Wybrow -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. -- cgit v1.2.3