summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2015-11-02 10:14:45 +0000
committer~suv <suv-sf@users.sourceforge.net>2015-11-02 10:14:45 +0000
commit42da853ff26febed523b9dfddbff0d0a7f56704d (patch)
tree2970cb4c87c89cdc6f8f57651c10e88733aac5c0 /packaging
parenti18n. Strings disambiguation (thanks, Maren!). (diff)
downloadinkscape-42da853ff26febed523b9dfddbff0d0a7f56704d.tar.gz
inkscape-42da853ff26febed523b9dfddbff0d0a7f56704d.zip
packaging/macosx: facilitate launching inkscape from interactive debug shell
(bzr r14441)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/Resources/bin/inkscape1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/macosx/Resources/bin/inkscape b/packaging/macosx/Resources/bin/inkscape
index 7dacedac9..85c9f8eba 100755
--- a/packaging/macosx/Resources/bin/inkscape
+++ b/packaging/macosx/Resources/bin/inkscape
@@ -167,6 +167,7 @@ esac
unset INK_DEBUG # ignore for recursive calls
if [ "x$INK_DEBUG_SHELL" != "x" ]; then
+ unset INK_DEBUG_SHELL # ignore for recursive calls
exec bash
else
$EXEC "$CWD/inkscape-bin" "$@"