浏览代码

fix non-interactive startup

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46463 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 年之前
父节点
当前提交
9ccbde9e46
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/init/grass.py

+ 2 - 0
lib/init/grass.py

@@ -977,6 +977,8 @@ else:
             non_interactive(args[1], args[0])
         else:
             non_interactive(args[0])
+    else:
+	non_interactive(args[0])
 
 # User selects LOCATION and MAPSET if not set
 set_data()