瀏覽代碼

fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41679 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父節點
當前提交
63bb45ec62
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/init/functions.sh

+ 1 - 1
lib/init/functions.sh

@@ -593,7 +593,7 @@ start_gui()
     
     case "$GRASS_GUI" in
         wxpython)
-            "$GRASS_PYTHON" "WXPYTHONGRASSBASE/wxgui.py" &
+            "$GRASS_PYTHON" "$WXPYTHONGRASSBASE/wxgui.py" &
             ;;
         # Ignore others
         *)