[GRASS-SVN] r56944 - grass/branches/develbranch_6/imagery/i.group
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 28 00:04:09 PDT 2013
Author: hamish
Date: 2013-06-28 00:04:08 -0700 (Fri, 28 Jun 2013)
New Revision: 56944
Modified:
grass/branches/develbranch_6/imagery/i.group/main.c
Log:
don't show done msg with shell script style
Modified: grass/branches/develbranch_6/imagery/i.group/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.group/main.c 2013-06-27 12:30:48 UTC (rev 56943)
+++ grass/branches/develbranch_6/imagery/i.group/main.c 2013-06-28 07:04:08 UTC (rev 56944)
@@ -183,7 +183,8 @@
}
}
- G_done_msg(" ");
+ if (!simple_flag->answer)
+ G_done_msg("");
return EXIT_SUCCESS;
}
More information about the grass-commit
mailing list