From 42da853ff26febed523b9dfddbff0d0a7f56704d Mon Sep 17 00:00:00 2001 From: su_v Date: Mon, 2 Nov 2015 11:14:45 +0100 Subject: packaging/macosx: facilitate launching inkscape from interactive debug shell (bzr r14441) --- packaging/macosx/Resources/bin/inkscape | 1 + 1 file changed, 1 insertion(+) 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" "$@" -- cgit v1.2.3