Browse Source

fix typo in https://trac.osgeo.org/grass/changeset/60011

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60012 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
c6b7a24d5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mswindows/GRASS-Installer.nsi.tmpl

+ 1 - 1
mswindows/GRASS-Installer.nsi.tmpl

@@ -812,7 +812,7 @@ Section "GRASS" SecGRASS
 	; FileWrite $0 'PATH="$$GISBASE/extrabin:$$PATH"$\r$\n'
 	; FileWrite $0 'export PATH$\r$\n'
 	; FileWrite $0 '# Set the PYTHONPATH variable$\r$\n'
-	; FileWrite $0 'PYTHONPATH="$$GISBASE/etc/python:$GISBASE/gui/wxpython:$$GISBASE/Python27:$$PYTHONPATH"$\r$\n'
+	; FileWrite $0 'PYTHONPATH="$$GISBASE/etc/python:$$GISBASE/gui/wxpython:$$GISBASE/Python27:$$PYTHONPATH"$\r$\n'
 	; FileWrite $0 'export PYTHONPATH$\r$\n'
 	; FileWrite $0 'PYTHONHOME="$INSTALL_DIR\Python27"$\r$\n'
 	; FileWrite $0 'export PYTHONHOME$\r$\n'