git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34650 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -356,6 +356,8 @@ int main(int argc, char *argv[])
ret = system(command);
+ if(ret != EXIT_SUCCESS)
+ G_warning(_("Subprocess failed with exit code %d"), ret);
/* record map metadata/history info */
if (opt8->answer)