1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-02 23:03:17 +03:00

gencat/run.c (run_cmd): print actual command name, not "sym2xps"

This commit is contained in:
Werner Almesberger 2012-07-12 17:09:11 -03:00
parent a98df2a7e6
commit 9d278a0ab5

View File

@ -35,7 +35,7 @@ void run_cmd(const char *fmt, ...)
exit(1);
}
if (res) {
fprintf(stderr, "sym2xps returned %d\n", res);
fprintf(stderr, "\"%s\" returned %d\n", tmp, res);
exit(1);
}
}