Browse Source

typo (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40470 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 years ago
parent
commit
bc6699aecf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mswindows/GRASS-Installer.nsi

+ 1 - 1
mswindows/GRASS-Installer.nsi

@@ -671,7 +671,7 @@ Section "GRASS" SecGRASS
 	FileWrite $0 'export PYTHONPATH$\r$\n'
 	FileWrite $0 'PYTHONHOME="$INSTALL_DIR\Python25"$\r$\n'
 	FileWrite $0 'export PYTHONHOME$\r$\n'
-	FileWrite $0 'if [ -z "$$GRASS_PYTHON" ] ; then$$\r$\n'
+	FileWrite $0 'if [ -z "$$GRASS_PYTHON" ] ; then$\r$\n'
 	FileWrite $0 '   GRASS_PYTHON=python$\r$\n'
 	FileWrite $0 '   export GRASS_PYTHON$\r$\n'
 	FileWrite $0 'fi$\r$\n'