projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2887e43
)
Fixed handling of show -viewer
author
Clifford Wolf
<clifford@clifford.at>
Sun, 24 Mar 2013 14:21:57 +0000
(15:21 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Sun, 24 Mar 2013 14:21:57 +0000
(15:21 +0100)
kernel/show.cc
patch
|
blob
|
history
diff --git
a/kernel/show.cc
b/kernel/show.cc
index 942f5b264997686eb5cfe0401078e0e01fa4c645..6ecdc99cbb72eec2b704d018ef6656325d90b6e7 100644
(file)
--- a/
kernel/show.cc
+++ b/
kernel/show.cc
@@
-474,7
+474,7
@@
struct ShowPass : public Pass {
log_cmd_error("Shell command failed!\n");
if (!viewer_exe.empty()) {
- cmd = stringf("%s '%s' &", viewer_exe.c_str(),
dot
_file.c_str());
+ cmd = stringf("%s '%s' &", viewer_exe.c_str(),
ps
_file.c_str());
log("Exec: %s\n", cmd.c_str());
if (system(cmd.c_str()) != 0)
log_cmd_error("Shell command failed!\n");