Skip to content
Snippets Groups Projects
Commit 346e48c2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

system

parent 53606204
No related branches found
No related tags found
No related merge requests found
%{ /* $Id: Gmsh.y,v 1.48 2000-12-20 12:17:10 geuzaine Exp $ */
%{ /* $Id: Gmsh.y,v 1.49 2000-12-20 20:17:27 geuzaine Exp $ */
#include <stdarg.h>
......@@ -1644,7 +1644,7 @@ Command :
}
else if(!strcmp($1, "System")){
Msg(PARSER_INFO, "Executing System Call \"%s\"");
Msg(PARSER_INFO, "Executing System Call \"%s\"", $2);
system($2);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment