diff options
| author | JiHO <jiho-sf@users.sourceforge.net> | 2009-03-06 23:44:29 +0000 |
|---|---|---|
| committer | jiho-sf <jiho-sf@users.sourceforge.net> | 2009-03-06 23:44:29 +0000 |
| commit | 18d2b3b7e6b19b0b74b1e56fac68f2b7df9e2ac2 (patch) | |
| tree | 3a2bee0f2f0e59dbccc32cd75a194b2c8c828e32 /packaging | |
| parent | fix several non-portable hacks (diff) | |
| download | inkscape-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-x | packaging/macosx/Resources/bin/inkscape | 4 |
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` |
