浏览代码

typo (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40470 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 年之前
父节点
当前提交
bc6699aecf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'