git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69169 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -43,6 +43,8 @@ def main():
grass.run_command('d.erase')
for cmd in cmdList:
+ if cmd.startswith('#'):
+ continue
grass.call(split(cmd))
except IOError as e:
grass.fatal(_("Unable to open file '%s' for reading. Details: %s") %