From cbfaed507943929cfa40e9ad5201ea5b8c9857c0 Mon Sep 17 00:00:00 2001 From: jiho-sf Date: Fri, 6 Mar 2009 23:44:29 +0000 Subject: [PATCH] Corrected mistakes introduced in rev 20838 Missing quotation mark and real indent for the the comment. Thanks to Ed Halley who pointed that on the devel mailing list. --- packaging/macosx/Resources/bin/inkscape | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/macosx/Resources/bin/inkscape b/packaging/macosx/Resources/bin/inkscape index 0cb96c50f..273244e9e 100755 --- a/packaging/macosx/Resources/bin/inkscape +++ b/packaging/macosx/Resources/bin/inkscape @@ -20,8 +20,8 @@ TOP="`dirname \"$CWD\"`" # newer python as recommended by MacPython http://www.python.org/download/mac/ # Fink # MacPorts (former DarwinPorts) -# LaTeX distribution for Mac OS X -export PATH=/usr/texbin:/opt/local/bin:/sw/bin/:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/bin:$CWD:$PATH" +# LaTeX distribution for Mac OS X +export PATH="/usr/texbin:/opt/local/bin:/sw/bin/:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/bin:$CWD:$PATH" # Setup PYTHONPATH to use python modules shipped with Inkscape ARCH=`arch` -- 2.30.2