summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJiHO <jiho-sf@users.sourceforge.net>2009-03-06 23:44:29 +0000
committerjiho-sf <jiho-sf@users.sourceforge.net>2009-03-06 23:44:29 +0000
commit18d2b3b7e6b19b0b74b1e56fac68f2b7df9e2ac2 (patch)
tree3a2bee0f2f0e59dbccc32cd75a194b2c8c828e32 /packaging
parentfix several non-portable hacks (diff)
downloadinkscape-18d2b3b7e6b19b0b74b1e56fac68f2b7df9e2ac2.tar.gz
inkscape-18d2b3b7e6b19b0b74b1e56fac68f2b7df9e2ac2.zip
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. (bzr r7431)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/Resources/bin/inkscape4
1 files 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`