Code

Corrected mistakes introduced in rev 20838
authorjiho-sf <jiho-sf@users.sourceforge.net>
Fri, 6 Mar 2009 23:44:29 +0000 (23:44 +0000)
committerjiho-sf <jiho-sf@users.sourceforge.net>
Fri, 6 Mar 2009 23:44:29 +0000 (23:44 +0000)
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

index 0cb96c50faa5528c1aa7f76d464cfae84f17bc29..273244e9e92da20bc89b9de62ddea64acd9201ab 100755 (executable)
@@ -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`