Explorar o código

fix non-interactive startup

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46463 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz %!s(int64=14) %!d(string=hai) anos
pai
achega
9ccbde9e46
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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()