ソースを参照

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()