mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-12-23 10:28:59 +02:00
gencat/run.c (run_cmd): print actual command name, not "sym2xps"
This commit is contained in:
parent
a98df2a7e6
commit
9d278a0ab5
@ -35,7 +35,7 @@ void run_cmd(const char *fmt, ...)
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
if (res) {
|
if (res) {
|
||||||
fprintf(stderr, "sym2xps returned %d\n", res);
|
fprintf(stderr, "\"%s\" returned %d\n", tmp, res);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user